61yao opened a new pull request, #10170:
URL: https://github.com/apache/pinot/pull/10170

   Introduce cancel on error API for MultiStageOperator and mailbox.
   
   This API will be used for MultiStageOperator to signal upstream operator 
there is an error occurring during execution.
   
   cancel on error API is also introduced for sending and receiving mailbox so 
we can cancel the corresponding RPC. 
   
   waitForFinish API is introduced for sending mailbox because the mailbox send 
call is async . We need to wait for the RPC calls to be finished to clean up 
resources.  


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