Re: pg11.1: dsa_area could not attach to segment
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Sergei Kornilov <sk@zsrv.org>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-12T05:00:58Z
Lists: pgsql-hackers
On Mon, Feb 11, 2019 at 08:43:14PM -0600, Justin Pryzby wrote: > I have a suspicion that this doesn't happen if > parallel_leader_participation=off. I think this is tentatively confirmed..I ran 20 loops for over 90 minutes with no crash when parallel_leader_participation=off. On enabling parallel_leader_participation, crash within 10min. Sergei, could you confirm ? Thomas: 2019-02-11 23:56:20.611 EST [12699] PANIC: dsa_area could not attach to segment index:6 handle:1376636277 [pryzbyj@telsasoft-db postgresql]$ ls /dev/shm/ |grep PostgreSQL.1376636277 || echo Not present. Not present. Thanks, Justin
Commits
-
Fix race in dsm_attach() when handles are reused.
- 6c0fb9418925 12.0 landed
- bd195071fd2b 9.4.22 landed
- b7c8766d3480 9.5.17 landed
- cb0680573f7b 9.6.13 landed
- cb3d674e1709 10.8 landed
- faf132449c0c 11.3 landed
-
Refactor pid, random seed and start time initialization.
- 197e4af9d5da 12.0 cited