walterddr commented on issue #9720: URL: https://github.com/apache/pinot/issues/9720#issuecomment-1303838028
_receivingBuffer.poll try catch only catches InterruptedException and all rest of the exception bubbles up. in this case InterruptedException means some manual interrupt (e.g. query cancellation). so i don't think this would stuck in an infinite loop. also this is not a blocking call. poll is a park-wait this should be related to #9615 -- 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