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 8e808abbd4 [doc](remove-useless-code)remove useless doc description
#18957
8e808abbd4 is described below
commit 8e808abbd49c2bae22ed07ca9707a2f2e967d18a
Author: chen <[email protected]>
AuthorDate: Tue Apr 25 08:49:24 2023 +0800
[doc](remove-useless-code)remove useless doc description #18957
Co-authored-by: journeychen <[email protected]>
---
docs/en/docs/admin-manual/config/fe-config.md | 2 +-
docs/zh-CN/docs/admin-manual/config/fe-config.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/fe-config.md
b/docs/en/docs/admin-manual/config/fe-config.md
index 2482a743ce..c92eeab136 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -167,7 +167,7 @@ Default:100
the max txn number which bdbje can rollback when trying to rejoin the group
-### grpc_threadmgr_threads_nums
+### `grpc_threadmgr_threads_nums`
Default: 4096
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md
b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index ed787c6eff..c506c3fa22 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -173,13 +173,13 @@ Doris 元数据将保存在这里。 强烈建议将此目录的存储为:
元数据会同步写入到多个 Follower FE,这个参数用于控制 Master FE 等待 Follower FE 发送 ack
的超时时间。当写入的数据较大时,可能 ack 时间较长,如果超时,会导致写元数据失败,FE 进程退出。此时可以适当调大这个参数。
-### grpc_threadmgr_threads_nums
+### `grpc_threadmgr_threads_nums`
默认值: 4096
在grpc_threadmgr中处理grpc events的线程数量。
-#### `bdbje_lock_timeout_second`>>>>>>> 1b46f49ad0 (use customed threadpool
instead of the default threadpool of grpc java to get better metrics)
+#### `bdbje_lock_timeout_second`
默认值:1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]