This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new c3e6db827c [typo][docs] remove unuse config `mysql_service_nio_enabled` (#20862) c3e6db827c is described below commit c3e6db827c72e85e84fc37e36cfd355794215db7 Author: yagagagaga <zhangminkefromflyd...@gmail.com> AuthorDate: Fri Jun 16 09:58:33 2023 +0800 [typo][docs] remove unuse config `mysql_service_nio_enabled` (#20862) --- conf/fe.conf | 1 - docker/runtime/k8s/doris_follower.yml | 3 +-- docs/en/community/developer-guide/fe-idea-dev.md | 1 - docs/en/docs/admin-manual/config/fe-config.md | 2 +- docs/zh-CN/community/developer-guide/fe-idea-dev.md | 1 - regression-test/pipeline/p0/conf/fe.conf | 1 - regression-test/pipeline/p1/conf/fe.conf | 1 - tools/single-node-cluster/multi-fe | 1 - 8 files changed, 2 insertions(+), 9 deletions(-) diff --git a/conf/fe.conf b/conf/fe.conf index b654b1613d..42ffeafbd9 100644 --- a/conf/fe.conf +++ b/conf/fe.conf @@ -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. diff --git a/docker/runtime/k8s/doris_follower.yml b/docker/runtime/k8s/doris_follower.yml index e7d766f7cd..b22915fe24 100644 --- a/docker/runtime/k8s/doris_follower.yml +++ b/docker/runtime/k8s/doris_follower.yml @@ -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 \ No newline at end of file + drop_backend_after_decommission = false diff --git a/docs/en/community/developer-guide/fe-idea-dev.md b/docs/en/community/developer-guide/fe-idea-dev.md index 8f11632918..b873bc8d15 100644 --- a/docs/en/community/developer-guide/fe-idea-dev.md +++ b/docs/en/community/developer-guide/fe-idea-dev.md @@ -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. diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md index cf51b73d0c..f40fce369b 100644 --- a/docs/en/docs/admin-manual/config/fe-config.md +++ b/docs/en/docs/admin-manual/config/fe-config.md @@ -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` diff --git a/docs/zh-CN/community/developer-guide/fe-idea-dev.md b/docs/zh-CN/community/developer-guide/fe-idea-dev.md index bae315b6ec..62813adc3b 100644 --- a/docs/zh-CN/community/developer-guide/fe-idea-dev.md +++ b/docs/zh-CN/community/developer-guide/fe-idea-dev.md @@ -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. diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index 0296b2b7af..377be6ea11 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -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 diff --git a/regression-test/pipeline/p1/conf/fe.conf b/regression-test/pipeline/p1/conf/fe.conf index 69186d6d0b..8e8b2de969 100644 --- a/regression-test/pipeline/p1/conf/fe.conf +++ b/regression-test/pipeline/p1/conf/fe.conf @@ -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 diff --git a/tools/single-node-cluster/multi-fe b/tools/single-node-cluster/multi-fe index 5db2f1e05b..992987add2 100644 --- a/tools/single-node-cluster/multi-fe +++ b/tools/single-node-cluster/multi-fe @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org