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

   Here is how it happens:
   
    Mailbox.MailboxContent content = 
_receivingBuffer.poll(DEFAULT_MAILBOX_POLL_TIMEOUT, TimeUnit.MILLISECONDS); 
   
   Say we never receive this mailbox due to network or the issue stated in sort 
operator. 
   _receivingBuffer.pool will throw an exception and log an error. 
   however _isCompleted is not set to true. The code will start while loop 
again. 
   
   This receive is a blocking call. So we don't have timeout to break this. 


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