BUG #15767: Export fails 'worker process died unexpectedly' but no error in pg_dump - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15767: Export fails 'worker process died unexpectedly' but no error in pg_dump
Date
Msg-id 15767-3ae8ebe5b8663978@postgresql.org
Whole thread Raw
Responses Re: BUG #15767: Export fails 'worker process died unexpectedly' but no error in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15767
Logged by:          Anna Muravieva
Email address:      ana-mur21s@yandex.ru
PostgreSQL version: 9.6.0
Operating system:   linux
Description:

Hello 

The problem is still there. Below the export message when the worker process
exits.
 
[DEBUG] pg_dump: dumping contents of table ".."
[DEBUG] pg_dump: dumping contents of table ".."
[DEBUG] pg_dump: [parallel archiver] could not obtain lock on relation
"collection_result"
This usually means that someone requested an ACCESS EXCLUSIVE lock on the
table after the pg_dump parent process had gotten the initial ACCESS SHARE
lock on the table.
[DEBUG] pg_dump: [parallel archiver] a worker process died unexpectedly
 
If later versions of pg_dump throw this as an "error" or "warning" or
something better, then maybe we can detect it as before by checking the exit
status of non-zero? Do we have way to detect it?
 
Thank you for help,
Anna



PG Bug reporting form <noreply@postgresql.org> writes:

 Bug reference: 15723
 Logged by: Anna Muravieva
 Email address: ana-mur21s@yandex.ru
 PostgreSQL version: 9.6.1
 Operating system: linux
 Description: 
 Hello
We have currently that issue. "worker process died unexpectedly" was
caused
Показать цитату целикомПоказать всю переписку
9.6.1 is pretty old, and since then we've fixed a number of bugs in
pg_dump and/or pg_restore that could cause problems in parallel restores.
Please update to current (9.6.12) and see if the problem still occurs.

If it is still there, you'd need to provide more details, like what SQL
command fails exactly.

                        regards, tom lane


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15766: discard plans bug. database CRASH
Next
From: PG Bug reporting form
Date:
Subject: BUG #15768: Removed rpms and now require /etc/redhat-release