jackjlli opened a new issue #7554: URL: https://github.com/apache/pinot/issues/7554
Currently multiple Pinot controllers can be the leader for some certain Pinot tables. If leadership has changed (e.g. due to controller host swap), the metrics for a table will still be kept in the old controller, even though the old controller lost its leadership for the table. These stale metrics could lead to false alert because the values still show up in the metric system. These controller-table related metrics should be properly cleaned up if the leadership has changed. -- 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]
