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 8e4219ce8ed [Enhancement](config) Modify cloud default stale rowset 
recycle time (#45460)
8e4219ce8ed is described below

commit 8e4219ce8edf5dade7bd6a293e8817d6ecacd026
Author: abmdocrt <lianyuk...@selectdb.com>
AuthorDate: Tue Dec 24 15:22:56 2024 +0800

    [Enhancement](config) Modify cloud default stale rowset recycle time 
(#45460)
    
    Modify cloud default stale rowset recycle time from 3h to 0.5h, aligned
    with the computing-storage integration version.
---
 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 5befb0f8b21..03e2b63c72a 100644
--- a/cloud/src/common/config.h
+++ b/cloud/src/common/config.h
@@ -59,7 +59,7 @@ CONF_mInt64(recycle_interval_seconds, "3600");
 CONF_mInt64(retention_seconds, "259200"); // 72h, global retention time
 CONF_Int32(recycle_concurrency, "16");
 CONF_Int32(recycle_job_lease_expired_ms, "60000");
-CONF_mInt64(compacted_rowset_retention_seconds, "10800");  // 3h
+CONF_mInt64(compacted_rowset_retention_seconds, "1800");   // 0.5h
 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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to