pkuwm opened a new issue #1463: URL: https://github.com/apache/helix/issues/1463
### Describe the bug From metrics reporting result in mbean server, we find that the MaxCapacityUsageGauge is always 0. ### To Reproduce Use jconsole to check the MaxCapacityUsageGauge attribute metric, no matter what capacity value we change, the value is not updated. ### Expected behavior MaxCapacityUsageGauge should be correctly updated according to the capacity configs. ### Additional context The root cause is, the resourceToMonitor map is empty because the resources are filtered out. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
