[pgpool-general: 6395] How is health_check_timeout different than connect_timeout?

Alexander Dorogensky amazinglifetime at gmail.com
Thu Jan 17 01:07:07 JST 2019


According to pgpool-II 4.0.2 documentation

*health_check_timeout (integer)*
> Specifies the timeout in seconds to give up connecting to the backend
> PostgreSQL if the TCP connect does not succeed within this time.


*connect_timeout (integer)*
> Specifies the amount of time in milliseconds before giving up connecting
> to backend using connect() system call. Default is 10000 ms (10 second).
> The flaky network user may want to increase the value. 0 means no timeout.


Is health_check_timeout a TCP socket connect timeout and connect_timeout a
PostgreSQL connect timeout?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20190116/5a1a84c5/attachment.html>


More information about the pgpool-general mailing list