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 <[email protected]>
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

Reply via email to