This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 946fcbc2d3b Pipe: adjust default pipeRealTimeQueuePollHistoryThreshold
to reduce retransmission upon frequent rebooting (#14860)
946fcbc2d3b is described below
commit 946fcbc2d3b3a773e23fff3ccc9b4d5e3247f9f2
Author: Zikun Ma <[email protected]>
AuthorDate: Mon Feb 17 17:42:56 2025 +0800
Pipe: adjust default pipeRealTimeQueuePollHistoryThreshold to reduce
retransmission upon frequent rebooting (#14860)
(cherry picked from commit 515991dc9f7c13a569bcd3ebedc8b01720bda35c)
---
.../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 =