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 b137aaef311 [fix](config) Turn off default value of 
`enable_cloud_tablet_report` (#44176)
b137aaef311 is described below

commit b137aaef31117b724bf01ae4e02e5d4e17a84456
Author: deardeng <[email protected]>
AuthorDate: Tue Nov 19 14:58:28 2024 +0800

    [fix](config) Turn off default value of `enable_cloud_tablet_report` 
(#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 32e3250f87c..bdce09ed896 100644
--- a/be/src/cloud/config.cpp
+++ b/be/src/cloud/config.cpp
@@ -75,5 +75,5 @@ DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "120");
 
 DEFINE_mBool(enable_use_cloud_unique_id_from_fe, "true");
 
-DEFINE_mBool(enable_cloud_tablet_report, "true");
+DEFINE_mBool(enable_cloud_tablet_report, "false");
 } // namespace doris::config


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to