[pgpool-committers: 2392] pgpool: Fix client connection leak.

Tatsuo Ishii ishii at postgresql.org
Wed Jan 7 09:34:48 JST 2015


Fix client connection leak.

Since 3.4.0 pgpool-II child does not close the connection to client
when it ends the session.  This leads to serious "CLOSE_WAIT" flood,
which makes pgpool-II unusable since no new connection from clients
accepted.  Problem reported by Pablo Sanchez in [pgpool-general:
3394].

Branch
------
master

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

Modified Files
--------------
src/protocol/child.c |   34 +++++++++++++++++++++++++---------
1 file changed, 25 insertions(+), 9 deletions(-)



More information about the pgpool-committers mailing list