BUAAserein commented on code in PR #11748:
URL: https://github.com/apache/iotdb/pull/11748#discussion_r1432311064


##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/config/IoTConsensusConfig.java:
##########
@@ -253,7 +253,8 @@ public static class Replication {
     private final int maxLogEntriesNumPerBatch;
     private final int maxSizePerBatch;
     private final int maxPendingBatchesNum;
-
+    private final int maxWriteRetryTime;
+    private final long writeRetryWaitTime;

Review Comment:
   ok



##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/config/IoTConsensusConfig.java:
##########
@@ -253,7 +253,8 @@ public static class Replication {
     private final int maxLogEntriesNumPerBatch;
     private final int maxSizePerBatch;
     private final int maxPendingBatchesNum;
-
+    private final int maxWriteRetryTime;

Review Comment:
   ok



-- 
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]

Reply via email to