Re: "could not reattach to shared memory" on buildfarm member dory
Noah Misch <noah@leadboat.com>
On Mon, Sep 24, 2018 at 01:53:05PM -0400, Tom Lane wrote: > Noah Misch <noah@leadboat.com> writes: > > In this proof of concept, the > > postmaster does not close its copy of a backend socket until the backend > > exits. > > That seems unworkable because it would interfere with detection of client > connection drops. But since you say this is just a POC, maybe you > intended to fix that? It'd probably be all right for the postmaster to > hold onto the socket until the new backend reports successful attach, > using the same signaling mechanism you had in mind for the other way. It wasn't relevant to the concept being proven, so I suspended decisions in that area. Arranging for socket closure is a simple matter of programming. > Overall, I agree that neither of these approaches are exactly attractive. > We're paying a heck of a lot of performance or complexity to solve a > problem that shouldn't even be there, and that we don't understand well. > In particular, the theory that some privileged code is injecting a thread > into every new process doesn't square with my results at > https://www.postgresql.org/message-id/15345.1525145612%40sss.pgh.pa.us > > I think our best course of action at this point is to do nothing until > we have a clearer understanding of what's actually happening on dory. > Perhaps such understanding will yield an idea for a less painful fix. I see.
Commits
-
Avoid "could not reattach" by providing space for concurrent allocation.
- 203886d3ae22 9.4.22 landed
- f5989b379cef 10.8 landed
- 7a5677818556 9.5.17 landed
- 57ebbbb8f15a 9.6.13 landed
- e45a8ff87149 11.3 landed
- 617dc6d299c9 12.0 landed
-
Assert that pgwin32_signal_initialize() has been called early enough.
- ab9ed9be2378 12.0 landed
-
Remove investigative code for can't-reattach-to-shared-memory errors.
- bcbf2346d69f 11.0 landed
-
Does it help to wait before reattaching?
- 23078689a992 11.0 landed
-
Map and unmap the shared memory block before risking VirtualFree.
- 73042b8d136f 11.0 landed
-
Further effort at preventing memory map dump from affecting the results.
- ce07aff48f15 11.0 landed
-
Remove Windows module-list-dumping code.
- f7df8043f08a 11.0 landed
-
Dump full memory maps around failing Windows reattach code.
- 6ba0cc4bd3a6 11.0 landed
-
Get still more info about Windows can't-reattach-to-shared-memory errors.
- eb16011f4c08 11.0 landed
-
Get more info about Windows can't-reattach-to-shared-memory errors.
- 68e7e973d222 11.0 landed
-
Try to get some info about Windows can't-reattach-to-shared-memory errors.
- 63ca350ef9f5 11.0 landed