sunithabeeram commented on a change in pull request #3614: Adding a class to get statistics about a request (query) processed by… URL: https://github.com/apache/incubator-pinot/pull/3614#discussion_r241786133
########## File path: pinot-broker/src/main/java/com/linkedin/pinot/broker/requesthandler/BrokerRequestHandler.java ########## @@ -29,5 +30,6 @@ void shutDown(); - BrokerResponse handleRequest(JSONObject request, @Nullable RequesterIdentity requesterIdentity) throws Exception; + BrokerResponse handleRequest(JSONObject request, @Nullable RequesterIdentity requesterIdentity, Review comment: Did you want to deprecate the earlier one and add a new one instead? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
