lhotari commented on PR #14841: URL: https://github.com/apache/pulsar/pull/14841#issuecomment-1112938794
> In summary it can take upwards of 11 minutes to time out a socket but only for connections active after 2 hours. > > So this, combined with the application level keep alive, I think makes it not that useful by default... I think that these settings have been tuned in all cloud provider k8s nodes. In GCP, these are the settings I see on one of the nodes in one of our test environments: ``` # sysctl -a |grep keepalive net.ipv4.tcp_keepalive_intvl = 60 net.ipv4.tcp_keepalive_probes = 5 net.ipv4.tcp_keepalive_time = 300 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
