This is an automated email from the ASF dual-hosted git repository.

diwu 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 68d3c25f263 [typo](doc)Modify the default value of Stale rowset 
cleanup policy(#25517)
68d3c25f263 is described below

commit 68d3c25f263916b2aff569f44de1b0b8de61816f
Author: caoliang-web <71004656+caoliang-...@users.noreply.github.com>
AuthorDate: Fri Oct 20 15:03:49 2023 +0800

    [typo](doc)Modify the default value of Stale rowset cleanup policy(#25517)
---
 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 4fc3106fbe9..05a8a5d16a0 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -1266,7 +1266,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.
-* Default value: 1800
+* 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 ac0263491ae..4a1476a980e 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -1293,7 +1293,7 @@ BaseCompaction:546859:
 * 类型:int64
 * 描述:用来表示清理合并版本的过期时间,当当前时间 now() 
减去一个合并的版本路径中rowset最近创建创建时间大于tablet_rowset_stale_sweep_time_sec时,对当前路径进行清理,删除这些合并过的rowset,
 单位为s。
   - 当写入过于频繁,磁盘空间不足时,可以配置较少这个时间。不过这个时间过短小于5分钟时,可能会引发fe查询不到已经合并过的版本,引发查询-230错误。
-* 默认值:1800
+* 默认值:300
 
 #### `tablet_writer_open_rpc_timeout_sec`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to