This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git

The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new a2827a25eb6 branch-3.0: [fix](cloud-mow) Make delete bitmap cache 
expired time more reasonable #47295 (#47490)
a2827a25eb6 is described below

commit a2827a25eb62ffe83825abdd436f2635291eef59
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 30 10:12:31 2025 +0800

    branch-3.0: [fix](cloud-mow) Make delete bitmap cache expired time more 
reasonable #47295 (#47490)
    
    Cherry-picked from #47295
    
    Co-authored-by: huanghaibin <huanghai...@selectdb.com>
---
 be/src/cloud/config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/cloud/config.cpp b/be/src/cloud/config.cpp
index 1b568741442..59a3c59b5d3 100644
--- a/be/src/cloud/config.cpp
+++ b/be/src/cloud/config.cpp
@@ -72,7 +72,7 @@ DEFINE_Bool(enable_cloud_txn_lazy_commit, "false");
 
 DEFINE_mInt32(remove_expired_tablet_txn_info_interval_seconds, "300");
 
-DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "120");
+DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "1800");
 
 DEFINE_mBool(enable_use_cloud_unique_id_from_fe, "true");
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to