You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/11/01 01:08:24 UTC

[GitHub] [iotdb] xingtanzjr commented on a diff in pull request #7832: Rename StandAloneConsensus to OneCopyConsensus

xingtanzjr commented on code in PR #7832:
URL: https://github.com/apache/iotdb/pull/7832#discussion_r1009989405


##########
consensus/src/main/java/org/apache/iotdb/consensus/ConsensusFactory.java:
##########
@@ -32,8 +32,8 @@ public class ConsensusFactory {
   public static final String CONSTRUCT_FAILED_MSG =
       "Construct consensusImpl failed, Please check your consensus className %s";
 
-  public static final String StandAloneConsensus =
-      "org.apache.iotdb.consensus.standalone.StandAloneConsensus";
+  public static final String ONE_COPY_CONSENSUS =
+      "org.apache.iotdb.consensus.onecopy.OneCopyConsensus";
   public static final String RatisConsensus = "org.apache.iotdb.consensus.ratis.RatisConsensus";
   public static final String MultiLeaderConsensus =

Review Comment:
   We can change it in next PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org