shinrich commented on issue #7255: URL: https://github.com/apache/trafficserver/issues/7255#issuecomment-715381499
So TSHttpSsnReenable, will do a schedule_imm (which results in event 1) with TSHttpSsnReenable as the target continuation if it fails to get the session mutex. Or if the reenable is called from a non ET_NET thread. I'm guessing that is the case that is triggering for your plugin. I doubt there would be lock contention on the session. So that is not coming up through the net I/O event handling, so the nethandler lock is not being held before the add_to_keep_alive_queue() is called. Let me ponder how/where to add the nethandler lock in this case. ---------------------------------------------------------------- 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]
