[typo][docs] remove unuse config mysql_service_nio_enabled (#20862)

This commit is contained in:
yagagagaga
2023-06-16 09:58:33 +08:00
committed by GitHub
parent 40050a46ca
commit c3e6db827c
8 changed files with 2 additions and 9 deletions

View File

@ -52,7 +52,6 @@ http_port = 8030
rpc_port = 9020
query_port = 9030
edit_log_port = 9010
mysql_service_nio_enabled = true
# Choose one if there are more than one ip except loopback address.
# Note that there should at most one ip match this list.

View File

@ -125,8 +125,7 @@ data:
rpc_port = 9020
query_port = 9030
edit_log_port = 9010
mysql_service_nio_enabled = true
#Doris needs to generate the log4j configuration file according to the fe.yml configuration information, which is written in the same directory as fe.yml by default, but the config we mount is readonly, so specify this configuration to write the log4j file to another location
custom_config_dir = /opt/apache-doris/
#when set to false, the backend will not be dropped and remaining in DECOMMISSION state
drop_backend_after_decommission = false
drop_backend_after_decommission = false

View File

@ -175,7 +175,6 @@ http_port = 8030
rpc_port = 9020
query_port = 9030
edit_log_port = 9010
mysql_service_nio_enabled = true
# Choose one if there are more than one ip except loopback address.
# Note that there should at most one ip match this list.

View File

@ -498,7 +498,7 @@ Used to set the initial flow window size of the GRPC client channel, and also us
Default:4096
When FeEstarts the MySQL server based on NIO model, the number of threads responsible for Task events. Only `mysql_service_nio_enabled` is true takes effect.
The number of threads responsible for Task events.
#### `mysql_service_io_threads_num`

View File

@ -170,7 +170,6 @@ http_port = 8030
rpc_port = 9020
query_port = 9030
edit_log_port = 9010
mysql_service_nio_enabled = true
# Choose one if there are more than one ip except loopback address.
# Note that there should at most one ip match this list.

View File

@ -41,7 +41,6 @@ sys_log_level = INFO
# Default value is ${DORIS_HOME}/doris-meta
# meta_dir = ${DORIS_HOME}/doris-meta
mysql_service_nio_enabled = true
disable_decimalv2 = false
disable_datev1 = false
catalog_trash_expire_second=1

View File

@ -41,7 +41,6 @@ sys_log_level = INFO
# Default value is ${DORIS_HOME}/doris-meta
# meta_dir = ${DORIS_HOME}/doris-meta
mysql_service_nio_enabled = true
disable_decimalv2 = false
disable_datev1 = false
catalog_trash_expire_second=1

View File

@ -135,7 +135,6 @@ http_port = $((http_port + id))
sys_log_level = INFO
sys_log_verbose_modules = org.apache.doris
mysql_service_nio_enabled = true
enable_ssl = false
priority_networks = 127.0.0.1/32
EOF