tx canceled on standby despite infinite max_standby_streaming_delay

Поиск
Список
Период
Сортировка
От Jay Howard
Тема tx canceled on standby despite infinite max_standby_streaming_delay
Дата
Msg-id CAAcb1YwaMfnsFQ9_GS8ZvvrV7J9W2tVBB6_coJEFzq_TY4c9-w@mail.gmail.com
обсуждение исходный текст
Ответы Re: tx canceled on standby despite infinite max_standby_streaming_delay  (Venkata Balaji N <nag1010@gmail.com>)
Список pgsql-general
I'm seeing long-running transactions (pg_dump) canceled on the standby when there are a lot of inserts happening on the master.  This despite my having set max_standby_streaming_delay to -1 on the standby.

Why might that happen?

This is pg 9.3.12.  When it happens I see:

pg_dump: Dumping the contents of table "TABLE" failed: PQgetResult() failed.
pg_dump: Error message from server: ERROR:  canceling statement due to conflict with recovery
DETAIL:  User query might have needed to see row versions that must be removed.
pg_dump: The command was: COPY public.TABLE (COLUMNS) TO stdout;

В списке pgsql-general по дате отправления:

Предыдущее
От: Roberto Balarezo
Дата:
Сообщение: Foreign key triggers
Следующее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: Using both ident and password in pg_hba.conf