Brian Geffon created TS-3401:
--------------------------------
Summary: AIO blocks under lock contention
Key: TS-3401
URL: https://issues.apache.org/jira/browse/TS-3401
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: Brian Geffon
In {{aio_thread_main()}} while trying to process AIO ops the AIO thread will
wait on the mutex for the op which obviously blocks other AIO ops from
processing. We should use a try lock instead and reschedule the ops that we
couldn't immediately process. Patch attached. Waiting for reviews.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)