[pgpool-committers: 1747] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list