Pengzna commented on code in PR #13440:
URL: https://github.com/apache/iotdb/pull/13440#discussion_r1764497726
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/conf/SystemPropertiesUtils.java:
##########
@@ -53,6 +53,7 @@ public class SystemPropertiesUtils {
private static final String TIMESTAMP_PRECISION = "timestamp_precision";
private static final String CN_CONSENSUS_PROTOCOL =
"config_node_consensus_protocol_class";
private static final String DATA_CONSENSUS_PROTOCOL =
"data_region_consensus_protocol_class";
+ private static final String IOT_CONSENSUS_V2_MODE = "iot_consensus_v2_mode";
Review Comment:
fixed
--
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]