[pgpool-committers: 3261] pgpool: fix for 0000197: pgpool hangs connections to database..
Muhammad Usama
m.usama at gmail.com
Fri Jun 10 08:11:02 JST 2016
fix for 0000197: pgpool hangs connections to database..
The client connection was getting stuck when backend node and remote pgpool-II
node becomes unavailable at the same time. The reason was a missing command
timeout handling in the function that sends the IPC commands to watchdog.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6ae42e74d48391b8cfaa97927e00bd65aec68fe8
Modified Files
--------------
src/include/watchdog/wd_ipc_commands.h | 3 +-
src/include/watchdog/wd_ipc_defines.h | 1 +
src/watchdog/watchdog.c | 2 +-
src/watchdog/wd_commands.c | 128 +++++++++++++++++++++++++++------
4 files changed, 110 insertions(+), 24 deletions(-)
More information about the pgpool-committers
mailing list