shinrich commented on issue #7471: URL: https://github.com/apache/trafficserver/issues/7471#issuecomment-848226643
I think PR #7386 is the difference. I added that to our 9.1.x build. Without that change, we leaked around 6000 origin sessions over the period of a day. With the change, I ran it for an hour or so, then took it out of rotation. The output of the following commands matched each other nicely as the system drained. ``` sudo lsof -iTCP -n -P | grep MAIN | grep -v LISTEN | grep -v ":443->" | grep -v ":80->" | wc -l traffic_ctl metric match http.current.server_connections ``` I will reopen PR #7386. -- 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]
