ankitsultana commented on code in PR #10564:
URL: https://github.com/apache/pinot/pull/10564#discussion_r1170311434
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/channel/MailboxContentStreamObserver.java:
##########
@@ -148,6 +148,7 @@ public void onError(Throwable e) {
@Override
public void onCompleted() {
_isCompleted.set(true);
+ _gotMailCallback.accept(_mailboxId);
Review Comment:
One open issue right now is that in case of an error we can potentially
return "CANCELLED" error instead of the actual error block due to the race
condition we talked about in the past. Are you seeing something else?
--
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]