This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch pipe-reduce-parameters in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 2fefaa1d840cfa581470932e3a514949fcb86414 Author: Steve Yurong Su <[email protected]> AuthorDate: Mon Aug 14 16:52:40 2023 +0800 remove some parameters --- .../assembly/resources/conf/iotdb-common.properties | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties index ce8cedc2a29..98d35e77ab5 100644 --- a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties +++ b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties @@ -960,24 +960,6 @@ cluster_name=defaultCluster # The maximum number of clients that can be used in the async connector. # pipe_async_connector_max_client_number=16 -# The interval time between the heartbeat that collecting pipe meta (in seconds). -# pipe_heartbeat_interval_seconds_for_collecting_pipe_meta=100 - -# 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. -# pipe_meta_syncer_sync_interval_minutes=3 - -# When the pipe meta synchronization round is a multiple of it, it will restart pipes stopped automatically by critical exceptions. -# Useless if the pipe_exception_stopped_auto_restart_enabled is set to false. -# Eg: if pipe_meta_syncer_sync_interval_minutes=3, and pipe_meta_syncer_auto_restart_pipe_round=5, -# then the pipe restart process's interval will be 15 minutes, and is executed by the pipe meta sync thread. -# pipe_meta_syncer_auto_restart_pipe_check_interval_round=1 - -# Whether to enable pipe auto restart after pipe meets error during runtime. -# pipe_auto_restart_enabled=true - #################### ### RatisConsensus Configuration ####################
