Jackie-Jiang opened a new pull request #7540: URL: https://github.com/apache/pinot/pull/7540
Currently the thread CPU time measurement is disabled by default, and we return the wall-clock time in the response which can be quite misleading. In this PR: - Always enable the ThreadTimer - Use system nano time if current thread CPU time is unsupported - Simplify the usage of ThreadTimer -- 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]
