[pgpool-committers: 5734] pgpool: Fix for [pgpool-hackers: 3295] duplicate failover request ...

Muhammad Usama m.usama at gmail.com
Thu May 16 06:40:01 JST 2019


Fix for [pgpool-hackers: 3295] duplicate failover request ...

Pgpool should keep the backend health check running on quarantined nodes so
that when the connectivity resumes, they should automatically get removed
from the quarantine. Otherwise the temporary network glitch could send the node
into permanent quarantine state.

Branch
------
master

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

Modified Files
--------------
src/main/health_check.c | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list