You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/11/29 04:35:13 UTC

[iotdb] 01/01: add under test for simple consensus

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

caogaofei pushed a commit to branch beyyes/rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 0f5ffdf96c48776ee9ef7f6bcde265da08ed637d
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Tue Nov 29 12:34:52 2022 +0800

    add under test for simple consensus
---
 .../src/assembly/resources/conf/iotdb-common.properties        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties b/node-commons/src/assembly/resources/conf/iotdb-common.properties
index 1aca003f6c..62dfb8022b 100644
--- a/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -24,7 +24,7 @@
 # This parameter is unmodifiable after ConfigNode starts for the first time.
 # These consensus protocols are currently supported:
 # 1. org.apache.iotdb.consensus.ratis.RatisConsensus
-# 2. org.apache.iotdb.consensus.simple.SimpleConsensus
+# 2. org.apache.iotdb.consensus.simple.SimpleConsensus (under test)
 # Datatype: string
 # config_node_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus
 
@@ -37,7 +37,7 @@
 # This parameter is unmodifiable after ConfigNode starts for the first time.
 # These consensus protocols are currently supported:
 # 1. org.apache.iotdb.consensus.ratis.RatisConsensus
-# 2. org.apache.iotdb.consensus.simple.SimpleConsensus
+# 2. org.apache.iotdb.consensus.simple.SimpleConsensus (under test)
 # Datatype: string
 # schema_region_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus
 
@@ -49,9 +49,9 @@
 # DataRegion 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.iot.IoTConsensus
-# 3. org.apache.iotdb.consensus.ratis.RatisConsensus
+# 1. org.apache.iotdb.consensus.iot.IoTConsensus
+# 2. org.apache.iotdb.consensus.ratis.RatisConsensus
+# 3. org.apache.iotdb.consensus.simple.SimpleConsensus (under test)
 # Datatype: string
 # data_region_consensus_protocol_class=org.apache.iotdb.consensus.iot.IoTConsensus