如何使 HAProxy TCP 连接保持活动状态?
How to keep HAProxy TCP connection alive?
我在 Postgres、Mongo 和 logstash 等 TCP 服务器前面安装了 HAProxy。我能够建立 TCP 连接,但连接会在几分钟后超时。我得到的错误就像
Mongo::Error::SocketTimeoutError, Socket request timed out
和
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
我该怎么做才能保持 TCP 连接有效?
这会有帮助吗?
option srvtcpka
我在 Postgres、Mongo 和 logstash 等 TCP 服务器前面安装了 HAProxy。我能够建立 TCP 连接,但连接会在几分钟后超时。我得到的错误就像
Mongo::Error::SocketTimeoutError, Socket request timed out
和
server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
我该怎么做才能保持 TCP 连接有效?
这会有帮助吗?
option srvtcpka