This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a commit to branch ml_0729_test_exp1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ml_0729_test_exp1 by this push:
new 94dd30c5a4 change queue size to 200
94dd30c5a4 is described below
commit 94dd30c5a4301257d791e1569c9488e3a3cd62b1
Author: Jinrui.Zhang <[email protected]>
AuthorDate: Wed Aug 3 16:40:12 2022 +0800
change queue size to 200
---
.../main/java/org/apache/iotdb/consensus/config/MultiLeaderConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/consensus/src/main/java/org/apache/iotdb/consensus/config/MultiLeaderConfig.java
b/consensus/src/main/java/org/apache/iotdb/consensus/config/MultiLeaderConfig.java
index fa6b9db6a5..1a9b4dac9f 100644
---
a/consensus/src/main/java/org/apache/iotdb/consensus/config/MultiLeaderConfig.java
+++
b/consensus/src/main/java/org/apache/iotdb/consensus/config/MultiLeaderConfig.java
@@ -247,7 +247,7 @@ public class MultiLeaderConfig {
}
public static class Builder {
- private int maxPendingRequestNumPerNode = 1000;
+ private int maxPendingRequestNumPerNode = 200;
private int maxRequestPerBatch = 40;
private int maxPendingBatch = 5;
private int maxWaitingTimeForAccumulatingBatchInMs = 500;