[typo][docs] remove unuse config mysql_service_nio_enabled (#20862)
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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`
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user