This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a commit to branch ml_test_1_async
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ml_test_1_async by this push:
new bf70c69778 change queue size to 1000
bf70c69778 is described below
commit bf70c69778b6849bc8541977a4b4cbd198fcf3c4
Author: Jinrui.Zhang <[email protected]>
AuthorDate: Tue Aug 2 12:13:20 2022 +0800
change queue size to 1000
---
.../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 e4f66f557b..e54e3b372e 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 = 200;
+ private int maxPendingRequestNumPerNode = 1000;
private int maxRequestPerBatch = 40;
private int maxPendingBatch = 1;
private int maxWaitingTimeForAccumulatingBatchInMs = 500;