You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/11/27 15:58:45 UTC

[iotdb] 01/01: rename Multi Leader Conesensus to IoTConsenuss

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

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

commit 5dea46629d3e259affe174ff8abdf0dfa71a0192
Author: Jinrui.Zhang <xi...@gmail.com>
AuthorDate: Sun Nov 27 23:58:31 2022 +0800

    rename Multi Leader Conesensus to IoTConsenuss
---
 .../src/main/java/org/apache/iotdb/commons/service/ServiceType.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java b/node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
index 36ac71c842..4dcfd16a3d 100644
--- a/node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
+++ b/node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
@@ -72,7 +72,7 @@ public enum ServiceType {
   FRAGMENT_INSTANCE_MANAGER_SERVICE("Fragment instance manager", "FragmentInstanceManager"),
   MPP_DATA_EXCHANGE_SERVICE("MPP Data exchange manager", "MPPDataExchangeManager"),
   INTERNAL_SERVICE("Internal Service", "InternalService"),
-  IOT_CONSENSUS_SERVICE("Multi Leader consensus Service", "IoTConsensusRPCService");
+  IOT_CONSENSUS_SERVICE("IoTConsensus Service", "IoTConsensusRPCService");
 
   private final String name;
   private final String jmxName;