Skip to content

Commit 515991d

Browse files
Pipe: adjust default pipeRealTimeQueuePollHistoryThreshold to reduce retransmission upon frequent rebooting (#14846)
1 parent b1e07c7 commit 515991d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public class CommonConfig {
203203

204204
private boolean pipeFileReceiverFsyncEnabled = true;
205205

206-
private int pipeRealTimeQueuePollHistoryThreshold = 100;
206+
private int pipeRealTimeQueuePollHistoryThreshold = 1;
207207

208208
/** The maximum number of threads that can be used to execute subtasks in PipeSubtaskExecutor. */
209209
private int pipeSubtaskExecutorMaxThreadNum =

0 commit comments

Comments
 (0)