[pgpool-hackers: 1614] Re: [pgpool-committers: 3261] pgpool: fix for 0000197: pgpool hangs connections to database..

Tatsuo Ishii ishii at postgresql.org
Fri Jun 10 08:22:28 JST 2016


I think this fix is very important since typical configuration (there
are only two servers and on each server both pgpool-II and PostgreSQL
are running) easily triggers this problem. Maybe we should release new
minor versions soon. Let's discuss at today's dev meeting.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

> 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(-)
> 
> _______________________________________________
> pgpool-committers mailing list
> pgpool-committers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-committers


More information about the pgpool-hackers mailing list