gortiz commented on code in PR #16007:
URL: https://github.com/apache/pinot/pull/16007#discussion_r2131609223
##########
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:
We also need the stats when the query finish successfully
--
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]