[pgpool-committers: 4355] pgpool: Fix for a possible issue in watchdog failover handling.

Muhammad Usama m.usama at gmail.com
Thu Nov 2 23:05:38 JST 2017


Fix for a possible issue in watchdog failover handling.

Watchdog process should make sure that it's Master/coordinator status is
synchronised across the watchdog cluster before accepting the failover requests.
This will make sure that no other node is processing the same failover request.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5a1f5d78ad9b225bd4155c97c44b7595fb9bcd4e

Modified Files
--------------
src/watchdog/watchdog.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list