You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/03 20:26:52 UTC

[GitHub] merlimat opened a new issue #377: Exception in double registering of Prometheus metric collectors

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:
users@infra.apache.org


With regards,
Apache Git Services