Jackie-Jiang commented on code in PR #16007: URL: https://github.com/apache/pinot/pull/16007#discussion_r2129696031
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ########## @@ -170,9 +186,9 @@ protected BrokerResponse handleRequest(long requestId, String query, SqlNodeAndO requestContext, httpHeaders); if (!brokerResponse.getExceptions().isEmpty()) { // a _green_ error (see handleRequestThrowing javadoc) - LOGGER.info("Request {} failed in a controlled manner: {}", requestId, brokerResponse.getExceptions()); Review Comment: I feel we just need to include stats in this log -- 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