You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/11/04 00:43:44 UTC

[GitHub] [pinot] 61yao opened a new issue, #9723: [multi-stage] [error-handling] Mailbox send operator on error doesn't close stream

61yao opened a new issue, #9723:
URL: https://github.com/apache/pinot/issues/9723

   When send operator runs into error, the error signal is not passed into upstream operator.  Upstream channel doesn't close under this situation. 


-- 
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-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] 61yao commented on issue #9723: [multi-stage] [error-handling] MailboxContentStreamObserver on error doesn't close rpc stream

Posted by GitBox <gi...@apache.org>.
61yao commented on issue #9723:
URL: https://github.com/apache/pinot/issues/9723#issuecomment-1312558829

   _responseObserver.onError() should be called when there is error or exception happening during data transfer 


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org