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

gavinchou 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 89ce038c6b1 [fix](config) Turn on default value of 
`enable_cloud_tablet_report` (#49757)
89ce038c6b1 is described below

commit 89ce038c6b1aad5f0c30b2928f66d04a92099572
Author: deardeng <565620...@qq.com>
AuthorDate: Wed Apr 9 21:53:25 2025 +0800

    [fix](config) Turn on default value of `enable_cloud_tablet_report` (#49757)
    
    On the cloud, clearing redundant tablets through reporting has become
    more stable, and now this feature is enabled by default in branch-3.0
    
    Previously closed PR:
    https://github.com/apache/doris/pull/44176
---
 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 2de67b4fb0b..dce4c5e91b5 100644
--- a/be/src/cloud/config.cpp
+++ b/be/src/cloud/config.cpp
@@ -76,7 +76,7 @@ DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "1800");
 
 DEFINE_mBool(enable_use_cloud_unique_id_from_fe, "true");
 
-DEFINE_mBool(enable_cloud_tablet_report, "false");
+DEFINE_mBool(enable_cloud_tablet_report, "true");
 
 DEFINE_mInt32(delete_bitmap_rpc_retry_times, "25");
 


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

Reply via email to