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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to