From 25f822ef7f54a41573371d09f1d77f51a4276170 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:50:26 +0800 Subject: [PATCH] branch-3.0: [Enhancement](config) Modify cloud default stale rowset recycle time #45460 (#45854) Cherry-picked from #45460 Co-authored-by: abmdocrt --- 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 1579ef9d627091..d2ee284d59509f 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.