This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 4eb63b9e65c [Enhancement](config) Modify cloud stale rowset recycle
time (#59455)
4eb63b9e65c is described below
commit 4eb63b9e65cafce4cf3662962dacf8de5fafcfc7
Author: Yixuan Wang <[email protected]>
AuthorDate: Wed Jan 7 08:15:50 2026 +0800
[Enhancement](config) Modify cloud stale rowset recycle time (#59455)
change it from `0.5h` to `3h`
---
cloud/src/common/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h
index e347fa764d1..22943156249 100644
--- a/cloud/src/common/config.h
+++ b/cloud/src/common/config.h
@@ -87,7 +87,7 @@ CONF_mInt64(packed_file_correction_delay_seconds,
"259200"); // seconds to wait before correcting packed files
CONF_Int32(recycle_concurrency, "16");
CONF_mInt32(recycle_job_lease_expired_ms, "60000");
-CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h
+CONF_mInt64(compacted_rowset_retention_seconds, "10800"); // 3h
CONF_mInt64(dropped_index_retention_seconds, "10800"); // 3h
CONF_mInt64(dropped_partition_retention_seconds, "10800"); // 3h
// Which instance should be recycled. If empty, recycle all instances.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]