Jackie-Jiang opened a new pull request, #17541: URL: https://github.com/apache/pinot/pull/17541
- Fix the setup of `ThreadResourceUsageProvider` so that enabling/disabling CPU/memory measurement is idempotent - Use `MXBean.getCurrentThreadAllocatedBytes()` to read current thread allocated bytes when available. It is about 10% more efficient than `MXBean.getThreadAllocatedBytes(long threadId)` - Enhance logging -- 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]
