This is an automated email from the ASF dual-hosted git repository.

rong pushed a commit to branch rename-collector-to-extractor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rename-collector-to-extractor 
by this push:
     new 57d18f07776 pipe rename: collector -> extractor
57d18f07776 is described below

commit 57d18f07776eaf78cd23f8a7b221d52da3199d5d
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;

Reply via email to