Re: BUG #14062: pg_dump dies after dumping first 60 gigabytes of text for large table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14062: pg_dump dies after dumping first 60 gigabytes of text for large table
Дата
Msg-id 29360.1459799797@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14062: pg_dump dies after dumping first 60 gigabytes of text for large table  (dll@sonic.net)
Ответы Re: BUG #14062: pg_dump dies after dumping first 60 gigabytes of text for large table  (D <dll@sonic.net>)
Список pgsql-bugs
dll@sonic.net writes:
> For an approximately 500 gigabyte database, pg_dump dies after approximately
> 60 gb of text output, with an error:

> pg_dump: Dumping the contents of table "datum" failed: PQgetCopyData()
> failed.
> pg_dump: Error message from server: SSL SYSCALL error: EOF detected

Sounds like an SSL renegotiation bug.  We gave up on that mess and
disabled renegotiation by default as of 9.4.5 or so, but maybe you have
an explicit nonzero setting for ssl_renegotiation_limit?

            regards, tom lane

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

Предыдущее
От: julian.schauder@credativ.de
Дата:
Сообщение: BUG #14063: ALTER SYSTEM accepts 'newline' and renders itself inoperable.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #13970: Vacuum hangs on particular table; cannot be terminated - requires `kill -QUIT pid`