[pgpool-committers: 1746] pgpool: Close listen socket when smart shutdown request is made.

Tatsuo Ishii ishii at postgresql.org
Sat Mar 29 17:57:37 JST 2014


Close listen socket when smart shutdown request is made.

When smart shutdown process starts, pgpool children still listen on
the port and clients can send further connection requests which fail
in the end. Which is not only waste of time, but also prevents a load
balancer which sits in front of pgpool from realizing the pgpool is
going down.

Problem analyzed and patch provided by Junegunn Choi in pgpool-hackers
474, and enhanced to take care not only inet domain socket but UNIX
domain socket by me.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
child.c |   18 +++++++++++++++++-
main.c  |    7 ++++++-
2 files changed, 23 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list