[Pgpool-committers] pgpool - pgpool-II: Fix bug with healh checking.

User T-ishii t-ishii at pgfoundry.org
Wed Mar 3 00:31:39 UTC 2010


Log Message:
-----------
Fix bug with healh checking. If a network problem such as unplugged
wire happens while calling connect(), health checking does not work
since connect_unix_domain_socket()/connect_inet_domain_socket() do
retry if connect() is interrupted by ALARM signal. Added new retry
argument which controls the retrying behavior to those functions.
Per bug report and problem analysis by Daniel Codina.
See following message for more details.
Subject: [Pgpool-general] The Unplugged wire
Date: Mon, 1 Mar 2010 15:19:00 +0100

Modified Files:
--------------
    pgpool-II:
        child.c (r1.42 -> r1.43)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/child.c?r1=1.42&r2=1.43)
        main.c (r1.62 -> r1.63)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/main.c?r1=1.62&r2=1.63)
        pool.h (r1.56 -> r1.57)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool.h?r1=1.56&r2=1.57)
        pool_connection_pool.c (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_connection_pool.c?r1=1.19&r2=1.20)


More information about the Pgpool-committers mailing list