sudheerv commented on pull request #7226: URL: https://github.com/apache/trafficserver/pull/7226#issuecomment-700861687
> We still don't fully know why the default inactivity timeout is still being applied in production. We need to track these down and get rid of the need for default inactivity timeout. It was a temporary safety net and we are now depending on it. > > From a production box: > > ``` > -bash-4.2$ traffic_ctl metric match default_inactiv; sleep 60; traffic_ctl metric match default_inactiv > proxy.process.net.default_inactivity_timeout_applied 929742 > proxy.process.net.default_inactivity_timeout_count 281107 > > proxy.process.net.default_inactivity_timeout_applied 930885 > proxy.process.net.default_inactivity_timeout_count 281301 > ``` Oh wow! In our production, `proxy.process.net.default_inactivity_timeout_count` went down to 0. Are you configuring the SSL handshake timeout @bryancall ? But, yeah looks like you are still seeing significant amounts of default timeouts. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
