gortiz opened a new pull request, #16010: URL: https://github.com/apache/pinot/pull/16010
When queries are cancelled, GrpcSendingMailbox may find that the GRPC channel is already closed, which produces an exception logged at the WARN level, then rethrown and logged at the DEBUG level. This PR changes that. Now, if the IOException is caught while sending regular mailbox messages, a WARN will be printed. But when the IOException is thrown during cancellation, it will only be logged at the DEBUG level -- 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