This is an automated email from the ASF dual-hosted git repository.
zykkk 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 f23fdcbbef1 [typo](doc)Adjust tablet_rowset_stale_sweep_time_sec
parameter default value to 300 (#25584)
f23fdcbbef1 is described below
commit f23fdcbbef1467696311e4b9c2d83e289b9733f7
Author: DongLiang-0 <[email protected]>
AuthorDate: Tue Oct 24 10:32:08 2023 +0800
[typo](doc)Adjust tablet_rowset_stale_sweep_time_sec parameter default
value to 300 (#25584)
---
docs/en/docs/admin-manual/config/be-config.md | 2 +-
docs/zh-CN/docs/admin-manual/config/be-config.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/be-config.md
b/docs/en/docs/admin-manual/config/be-config.md
index 05a8a5d16a0..0cfbbd8a192 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -1265,7 +1265,7 @@ BaseCompaction:546859:
* Type: int64
* Description: It is used to control the expiration time of cleaning up the
merged rowset version. When the current time now() minus the max created
rowset‘s create time in a version path is greater than
tablet_rowset_stale_sweep_time_sec, the current path is cleaned up and these
merged rowsets are deleted, the unit is second.
- - When writing is too frequent and the disk time is insufficient, you can
configure less tablet_rowset_stale_sweep_time_sec. However, if this time is
less than 5 minutes, it may cause fe to query the version that has been merged,
causing a query -230 error.
+ - When writing is too frequent, Fe may not be able to query the merged
version, resulting in a query -230 error. This problem can be avoided by
increasing this parameter.
* Default value: 300
#### `tablet_writer_open_rpc_timeout_sec`
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md
b/docs/zh-CN/docs/admin-manual/config/be-config.md
index 4a1476a980e..36dd0a345c9 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -1292,7 +1292,7 @@ BaseCompaction:546859:
* 类型:int64
* 描述:用来表示清理合并版本的过期时间,当当前时间 now()
减去一个合并的版本路径中rowset最近创建创建时间大于tablet_rowset_stale_sweep_time_sec时,对当前路径进行清理,删除这些合并过的rowset,
单位为s。
- - 当写入过于频繁,磁盘空间不足时,可以配置较少这个时间。不过这个时间过短小于5分钟时,可能会引发fe查询不到已经合并过的版本,引发查询-230错误。
+ - 当写入过于频繁,可能会引发fe查询不到已经合并过的版本,引发查询-230错误。可以通过调大该参数避免该问题。
* 默认值:300
#### `tablet_writer_open_rpc_timeout_sec`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]