merlimat opened a new issue #377: Exception in double registering of Prometheus metric collectors URL: https://github.com/apache/bookkeeper/issues/377 When the `PrometheusMetricsProvider` is enabled in the bookie, there can be cases in which the metrics are registered multiple times, leading to `IllegalArgumentException` errors that can cause the bookie process to restart. We should make the metric to be idempotent for the Prometheus provider, such that trying to get a bookie `StatsOpLogger` multiple times will always return the same instance instead of throwing exception. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
