This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch 1.2-rename-collector-to-extractor in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 275fd536293da8dae6b34c703086de7471a11312 Author: Steve Yurong Su <[email protected]> AuthorDate: Sat Jun 24 01:41:51 2023 +0800 pipe rename: collector -> extractor --- .../src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java | 1 - 1 file changed, 1 deletion(-) diff --git a/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java b/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java index c402ec2f460..7177c043878 100644 --- a/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java +++ b/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java @@ -154,7 +154,6 @@ public class CommonConfig { private int pipeExtractorAssignerDisruptorRingBufferSize = 65536; private int pipeExtractorMatcherCacheSize = 1024; private int pipeExtractorPendingQueueCapacity = 128; - // this should be less than or equals to realtimeCollectorPendingQueueCapacity private int pipeExtractorPendingQueueTabletLimit = pipeExtractorPendingQueueCapacity / 2; private int pipeConnectorReadFileBufferSize = 8388608;
