61yao commented on code in PR #10123: URL: https://github.com/apache/pinot/pull/10123#discussion_r1070373739
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/executor/OpChainSchedulerService.java: ########## @@ -72,6 +75,24 @@ protected void triggerShutdown() { // this will just notify all waiters that the scheduler is shutting down _monitor.enter(); _monitor.leave(); + _workerPool.shutdown(); + try { Review Comment: 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.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