[pgpool-committers: 3262] 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
------
V3_5_STABLE

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

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