Re: logical replication and PANIC during shutdown checkpoint in publisher
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-04-13T03:36:33Z
Lists: pgsql-hackers
On Thu, Apr 13, 2017 at 12:28 PM, Fujii Masao <masao.fujii@gmail.com> wrote: > On Thu, Apr 13, 2017 at 5:25 AM, Peter Eisentraut > <peter.eisentraut@2ndquadrant.com> wrote: >> On 4/12/17 09:55, Fujii Masao wrote: >>> To fix this issue, we should terminate walsender for logical replication >>> before shutdown checkpoint starts. Of course walsender for physical >>> replication still needs to keep running until shutdown checkpoint ends, >>> though. >> >> Can we turn it into a kind of read-only or no-new-commands mode instead, >> so it can keep streaming but not accept any new actions? > > So we make walsenders switch to that mode and wait for all the already-ongoing > their "write" commands to finish, and then we start a shutdown checkpoint? > This is an idea, but seems a bit complicated. ISTM that it's simpler to > terminate only walsenders for logical rep before shutdown checkpoint. Perhaps my memory is failing me here... But in clean shutdowns we do shut down WAL senders after the checkpoint has completed so as we are sure that they have flushed the LSN corresponding to the checkpoint ending, right? Why introducing an inconsistency for logical workers? It seems to me that logical workers should fail under the same rules. -- Michael
Commits
-
Prevent possibility of panics during shutdown checkpoint.
- 862204aaceb1 9.6.4 landed
- 50581f2e74fa 9.5.8 landed
- 1cdc0ab9c180 9.4.13 landed
- c6c333436491 10.0 landed
-
Revert "Prevent panic during shutdown checkpoint"
- 703f148e98ec 10.0 landed
-
Prevent panic during shutdown checkpoint
- 086221cf6b17 10.0 cited