gortiz commented on code in PR #16903:
URL: https://github.com/apache/pinot/pull/16903#discussion_r2425570239


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/QueryRunner.java:
##########
@@ -336,9 +335,6 @@ private void notifyErrorAfterSubmission(int stageId, 
ErrorMseBlock errorBlock, W
         //  current stage. We will need to fix this in future, but for now, we 
are sending the error block without
         //  the stats.
         sendingMailbox.send(errorBlock, Collections.emptyList());
-      } catch (TimeoutException e) {
-        LOGGER.warn("Timed out sending error block to mailbox: {} for request: 
{}, stage: {}",
-            routingInfo.getMailboxId(), requestId, stageId, e);
       } catch (Exception e) {

Review Comment:
   I've added some error handling for query exceptions. The main change is that 
EXECUTION_TIMEOUT is logged in the same way we used to log TimeoutExceptions. 



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