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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 5432ee79e5 make org.apache.iotdb.consensus.ratis.RatisConsensus as 
default for config_node_consensus_protocol_class (#8176)
5432ee79e5 is described below

commit 5432ee79e549a1369c424d370e49c5ec30f6c272
Author: Beyyes <[email protected]>
AuthorDate: Sat Nov 26 09:12:21 2022 +0800

    make org.apache.iotdb.consensus.ratis.RatisConsensus as default for 
config_node_consensus_protocol_class (#8176)
---
 node-commons/src/assembly/resources/conf/iotdb-common.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties 
b/node-commons/src/assembly/resources/conf/iotdb-common.properties
index 104c74c2da..bba5ad8ec3 100644
--- a/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -23,10 +23,10 @@
 # ConfigNode consensus protocol type.
 # This parameter is unmodifiable after ConfigNode starts for the first time.
 # These consensus protocols are currently supported:
-# 1. org.apache.iotdb.consensus.simple.SimpleConsensus
-# 2. org.apache.iotdb.consensus.ratis.RatisConsensus
+# 1. org.apache.iotdb.consensus.ratis.RatisConsensus
+# 2. org.apache.iotdb.consensus.simple.SimpleConsensus
 # Datatype: string
-# 
config_node_consensus_protocol_class=org.apache.iotdb.consensus.simple.SimpleConsensus
+# 
config_node_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus
 
 # Default number of schema replicas
 # Can not be changed after the first start

Reply via email to