OneSizeFitsQuorum commented on code in PR #14738:
URL: https://github.com/apache/iotdb/pull/14738#discussion_r1924761839
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/conf/ConfigNodeConfig.java:
##########
@@ -1207,4 +1209,11 @@ public TConfigNodeLocation
generateLocalConfigNodeLocation() {
new TEndPoint(getInternalAddress(), getInternalPort()),
new TEndPoint(getInternalAddress(), getConsensusPort()));
}
+
+ public boolean getRegionGroupConsistency(TConsensusGroupId regionGroupId) {
Review Comment:
isConsensusGroupStringConsistency?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]