jackjlli opened a new pull request, #9001: URL: https://github.com/apache/pinot/pull/9001
This PR removed the double counting on pinot-server if `PriorityScheduler` is used. The value of `QUERIES` metric has already been in https://github.com/apache/pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/transport/InstanceRequestHandler.java#L111, there is no need to update the metric value again. I also validated that there is no other server metrics having this duplication issue. -- 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]
