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 03:53:44 UTC

[incubator-ratis] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f25304  RATIS-674. Correct the service loader entry for MetricRegistries
     new 73f906c  Merge pull request #35 from joshelser/674-services
0f25304 is described below

commit 0f25304fee7aed4d2841dff344bf8d3f5d5da48c
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