[Config] change some static config to dynamic config and delete some unused config (#5158)

* change some BE static config to dynamic config

Co-authored-by: weizuo <weizuo@xiaomi.com>
This commit is contained in:
weizuo93
2021-01-06 09:55:09 +08:00
committed by GitHub
parent 1be429600b
commit fe1ca824cc
3 changed files with 7 additions and 103 deletions

View File

@ -325,8 +325,6 @@ In some deployment environments, the `conf/` directory may be overwritten due to
* Description: Configure how many rows of data are contained in a single RowBlock.
* Default value: 1024
### `default_query_options`
### `default_rowset_type`
* Type: string
@ -508,8 +506,6 @@ Indicates how many tablets in this data directory failed to load. At the same ti
### `load_process_max_memory_limit_percent`
### `local_library_dir`
### `log_buffer_level`
### `madvise_huge_pages`
@ -689,15 +685,6 @@ Indicates how many tablets in this data directory failed to load. At the same ti
### `scan_context_gc_interval_min`
### `scratch_dirs`
### `serialize_batch`
### `sleep_five_seconds`
+ Type: int32
+ Description: Global variables, used for BE thread sleep for 5 seconds, should not be modified
+ Default value: 5
### `sleep_one_second`
+ Type: int32
@ -708,8 +695,6 @@ Indicates how many tablets in this data directory failed to load. At the same ti
### `snapshot_expire_time_sec`
### `sorter_block_size`
### `status_report_interval`
### `storage_flood_stage_left_capacity_bytes`
@ -862,8 +847,6 @@ If the parameter is `THREAD_POOL`, the model is a blocking I/O model.
### `user_function_dir`
### `web_log_bytes`
### `webserver_num_workers`
### `webserver_port`

View File

@ -322,8 +322,6 @@ tablet_score = compaction_tablet_scan_frequency_factor * tablet_scan_frequency +
* 描述:配置单个RowBlock之中包含多少行的数据。
* 默认值:1024
### `default_query_options`
### `default_rowset_type`
* 类型:string
* 描述:标识BE默认选择的存储格式,可配置的参数为:"**ALPHA**", "**BETA**"。主要起以下两个作用
@ -509,8 +507,6 @@ load tablets from header failed, failed tablets size: xxx, path=xxx
### `load_process_max_memory_limit_percent`
### `local_library_dir`
### `log_buffer_level`
### `madvise_huge_pages`
@ -690,15 +686,8 @@ load tablets from header failed, failed tablets size: xxx, path=xxx
### `scan_context_gc_interval_min`
### `scratch_dirs`
### `serialize_batch`
### `sleep_five_seconds`
+ 类型:int32
+ 描述:全局变量,用于BE线程休眠5秒,不应该被修改
+ 默认值:5
### `sleep_one_second`
+ 类型:int32
+ 描述:全局变量,用于BE线程休眠1秒,不应该被修改
@ -708,8 +697,6 @@ load tablets from header failed, failed tablets size: xxx, path=xxx
### `snapshot_expire_time_sec`
### `sorter_block_size`
### `status_report_interval`
### `storage_flood_stage_left_capacity_bytes`
@ -861,8 +848,6 @@ Stream Load 一般适用于导入几个GB以内的数据,不适合导入过大
### `user_function_dir`
### `web_log_bytes`
### `webserver_num_workers`
### `webserver_port`