bryancall commented on issue #7378:
URL: https://github.com/apache/trafficserver/issues/7378#issuecomment-4825388182

   Thanks for digging into this. Those strace lines are a benign timed wait, 
not a real network timeout: ET_AIO worker threads block on a condition variable 
waiting for AIO work, and when none arrives they wake on the absolute timeout, 
which strace renders with errno 110's generic string "Connection timed out" 
(ETIMEDOUT). The ~10ms periodic pattern on an idle system matches that exactly, 
so there's no defect or connection impact here. Closing as not-a-bug; if you 
ever see it correlated with actual request failures, please reopen with that 
correlation.


-- 
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]

Reply via email to