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 bdbf42a225847bede880db797330dcdb35388cc1 Author: Steve Yurong Su <[email protected]> AuthorDate: Sat Jun 24 01:39:47 2023 +0800 pipe rename: collector -> extractor --- .../src/assembly/resources/conf/iotdb-common.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties b/node-commons/src/assembly/resources/conf/iotdb-common.properties index 766d517b38d..0bd89a4a617 100644 --- a/node-commons/src/assembly/resources/conf/iotdb-common.properties +++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties @@ -955,17 +955,17 @@ cluster_name=defaultCluster # The maximum blocking time (in milliseconds) for the pending queue. # pipe_subtask_executor_pending_queue_max_blocking_time_ms=1000 -# The default size of ring buffer in the realtime collector's disruptor queue. +# The default size of ring buffer in the realtime extractor's disruptor queue. # pipe_extractor_assigner_disruptor_ring_buffer_size=65536 -# The maximum number of entries the deviceToCollectorsCache can hold. +# The maximum number of entries the deviceToExtractorsCache can hold. # pipe_extractor_matcher_cache_size=1024 -# The capacity for the number of tablet events that can be stored in the pending queue of the Hybrid Realtime Collector. +# The capacity for the number of tablet events that can be stored in the pending queue of the hybrid realtime extractor. # pipe_extractor_pending_queue_capacity=128 -# The limit for the number of tablet events that can be held in the pending queue of the Hybrid Realtime Collector. -# Noted that: this should be less than or equals to realtimeCollectorPendingQueueCapacity +# The limit for the number of tablet events that can be held in the pending queue of the hybrid realtime extractor. +# Noted that: this should be less than or equals to realtimeExtractorPendingQueueCapacity # pipe_extractor_pending_queue_tablet_limit=64 # The buffer size used for reading file during file transfer. @@ -983,7 +983,7 @@ cluster_name=defaultCluster # The initial delay before starting the PipeMetaSyncer service. # pipe_meta_syncer_initial_sync_delay_minutes=3 -# The sync regular interval (in minutes)for the PipeMetaSyncer service. +# The sync regular interval (in minutes) for the PipeMetaSyncer service. # pipe_meta_syncer_sync_interval_minutes=3 ####################
