gortiz commented on issue #16060:
URL: https://github.com/apache/pinot/issues/16060#issuecomment-2957827597

   Probably instead of registering the query/thread at 
QueryServer.submitWorker, we should do that at 
[OpChainSchedulerService.register](https://github.com/apache/pinot/blob/a5bc956fb08d2b9b9b91fb3861041a91d09ad0a4/pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/executor/OpChainSchedulerService.java#L77).
 But that method is called more than once on the same server for the same query 
and even worker. In fact, it is called once for every tuple of (query, worker, 
pipeline breaker or main stage). Would that break another invariant?


-- 
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

Reply via email to