You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ji...@apache.org on 2019/09/09 13:34:12 UTC

[incubator-ratis] branch ratis-ozone updated: RATIS-674. Correct the service loader entry for MetricRegistries

This is an automated email from the ASF dual-hosted git repository.

jitendra pushed a commit to branch ratis-ozone
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/ratis-ozone by this push:
     new 8c55d9a  RATIS-674. Correct the service loader entry for MetricRegistries
8c55d9a is described below

commit 8c55d9ab64eac7e4521c8166910622f174ab831f
Author: Josh Elser <el...@apache.org>
AuthorDate: Fri Sep 6 17:47:00 2019 -0400

    RATIS-674. Correct the service loader entry for MetricRegistries
---
 ...metrics.MetricRegistries => org.apache.ratis.metrics.MetricRegistries} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/ratis-metrics/src/main/resources/META-INF/services/org.apache.hadoop.hbase.metrics.MetricRegistries b/ratis-metrics/src/main/resources/META-INF/services/org.apache.ratis.metrics.MetricRegistries
similarity index 100%
rename from ratis-metrics/src/main/resources/META-INF/services/org.apache.hadoop.hbase.metrics.MetricRegistries
rename to ratis-metrics/src/main/resources/META-INF/services/org.apache.ratis.metrics.MetricRegistries