[pgpool-committers: 3042] pgpool: Fix yet another reset query stuck problem
Tatsuo Ishii
ishii at postgresql.org
Thu Mar 3 12:02:40 JST 2016
Fix yet another reset query stuck problem
After receiving X message from frontend, if pgpool-II detects EOF on
the connection before sending reset query, pgpool-II could wait for
backend which had not received the reset query. To fix this, if EOF
received, treat this as FRONTEND_ERROR, rather than ERROR.
See "[pgpool-hackers: 1440] Yet another reset query stuck problem" for
more details.
Back patch to 3.5 stable tree as well (it seems 3.4 does not have the
problem as far as I tested it).
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=63a0b7042b4b3d90336d8ed2c868861868178e71
Modified Files
--------------
src/utils/pool_stream.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list