This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 515991dc9f7 Pipe: adjust default pipeRealTimeQueuePollHistoryThreshold
to reduce retransmission upon frequent rebooting (#14846)
515991dc9f7 is described below
commit 515991dc9f7c13a569bcd3ebedc8b01720bda35c
Author: Zikun Ma <[email protected]>
AuthorDate: Fri Feb 14 17:36:32 2025 +0800
Pipe: adjust default pipeRealTimeQueuePollHistoryThreshold to reduce
retransmission upon frequent rebooting (#14846)
---
.../src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
index 566a37e82eb..825c4169efa 100644
---
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
+++
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
@@ -203,7 +203,7 @@ public class CommonConfig {
private boolean pipeFileReceiverFsyncEnabled = true;
- private int pipeRealTimeQueuePollHistoryThreshold = 100;
+ private int pipeRealTimeQueuePollHistoryThreshold = 1;
/** The maximum number of threads that can be used to execute subtasks in
PipeSubtaskExecutor. */
private int pipeSubtaskExecutorMaxThreadNum =