Fix for [pgpool-hackers: 3295] duplicate failover request ...
authorMuhammad Usama <m.usama@gmail.com>
Wed, 15 May 2019 21:36:35 +0000 (02:36 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Thu, 8 Aug 2019 06:14:47 +0000 (11:14 +0500)
commitc25cee519d49ac8f4b35fa5eed7a0ac525158d06
tree317168fb2d31145d57a0e02b9d7c870741439bb2
parent2d7702c6961e8949e97992c23a42c8616af36d84
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.
src/main/health_check.c