vrajat opened a new issue, #16060: URL: https://github.com/apache/pinot/issues/16060
`QueryServer` in MSE submits work asynchronously. OOM protection framework assumes that there is a runner thread which is waiting for all the worker threads. The framework cancels the runner thread if required. Worker threads check regularly if the anchor thread is canceled and abort if it is. Since `QueryServer` submits asynchronously, the above assumptions break down. It is unclear if cancellation by OOM protection works for MSE. If it does, it is by luck. -- 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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org