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:44 UTC

[iotdb] branch xingtanzjr/rename_multi_leader created (now 5dea46629d)

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

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


      at 5dea46629d rename Multi Leader Conesensus to IoTConsenuss

This branch includes the following new commits:

     new 5dea46629d rename Multi Leader Conesensus to IoTConsenuss

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by xi...@apache.org.
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;