This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new ce600141fe6 branch-4.0: [Enhancement](config) Modify cloud stale
rowset recycle time #59455 (#60134)
ce600141fe6 is described below
commit ce600141fe6bf6a5898c9d81ea744e4b526470e5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 15:49:28 2026 +0800
branch-4.0: [Enhancement](config) Modify cloud stale rowset recycle time
#59455 (#60134)
Cherry-picked from #59455
Co-authored-by: Yixuan Wang <[email protected]>
---
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 dd360b3935f..b3747db03ef 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]