Skip to content

Commit 4eb63b9

Browse files
authored
[Enhancement](config) Modify cloud stale rowset recycle time (#59455)
change it from `0.5h` to `3h`
1 parent f7aa74e commit 4eb63b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/src/common/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ CONF_mInt64(packed_file_correction_delay_seconds,
8787
"259200"); // seconds to wait before correcting packed files
8888
CONF_Int32(recycle_concurrency, "16");
8989
CONF_mInt32(recycle_job_lease_expired_ms, "60000");
90-
CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h
90+
CONF_mInt64(compacted_rowset_retention_seconds, "10800"); // 3h
9191
CONF_mInt64(dropped_index_retention_seconds, "10800"); // 3h
9292
CONF_mInt64(dropped_partition_retention_seconds, "10800"); // 3h
9393
// Which instance should be recycled. If empty, recycle all instances.

0 commit comments

Comments
 (0)