buchireddy opened a new issue #5871: URL: https://github.com/apache/incubator-pinot/issues/5871
Currently, response stats like `numDocsScanned`, `totalDocs`, and `timeUsedMs` are returned in the JSON response body but they're not exposed to the client in https://github.com/apache/incubator-pinot/blob/master/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/BrokerResponse.java Exposing the response stats would allow the client application to log the status for slow queries and make the debugging easy instead of trying to reproduce the slow queries again. I will raise a PR for this unless people have any comments. cc @kishoreg ---------------------------------------------------------------- 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. 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