You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/08/12 01:10:36 UTC

git commit: ACCUMULO-3040 Add replication element to JMX configuration template

Repository: accumulo
Updated Branches:
  refs/heads/master 51af1f17a -> 63b3bdd8c


ACCUMULO-3040 Add replication element to JMX configuration template


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/63b3bdd8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/63b3bdd8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/63b3bdd8

Branch: refs/heads/master
Commit: 63b3bdd8c72e8a697327a11035ff075a9cf43850
Parents: 51af1f1
Author: Josh Elser <el...@apache.org>
Authored: Mon Aug 11 19:10:03 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon Aug 11 19:10:03 2014 -0400

----------------------------------------------------------------------
 assemble/conf/templates/accumulo-metrics.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/63b3bdd8/assemble/conf/templates/accumulo-metrics.xml
----------------------------------------------------------------------
diff --git a/assemble/conf/templates/accumulo-metrics.xml b/assemble/conf/templates/accumulo-metrics.xml
index ec54994..3b97809 100644
--- a/assemble/conf/templates/accumulo-metrics.xml
+++ b/assemble/conf/templates/accumulo-metrics.xml
@@ -53,4 +53,8 @@
     <enabled type="boolean">false</enabled>
     <logging type="boolean">false</logging>
   </thrift>
+  <replication>
+    <enabled type="boolean">false</enabled>
+    <logging type="boolean">false</logging>
+  </replication>
 </config>