sudheerv commented on pull request #6843: URL: https://github.com/apache/trafficserver/pull/6843#issuecomment-637760502
> This is okay as long as the plugin doesn't create any thread. Approving the PR as it handles the scenario when the plugin doesn't create any threads. Yeah, I tried digging but, couldn't quite see how a transform can be scheduled on a separate thread by a plugin. The interface is purely through the API hooks and with the thread affinity requirements, we have been trying to keep the request on the same thread in all of our plugins in. general. Transform alone is an exception and that isn't directly controlled by the Plugin but done within the ATS core (the root cause of this assert/PR). So, I figured if someone has such a use case or mechanism to do that, we can probably revisit then based on how that is being done. ---------------------------------------------------------------- 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]
