This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 1153e857641 branch-4.0: [feat](cloud) Enable split config by default
#60491 (#60596)
1153e857641 is described below
commit 1153e8576413b5108eae66cf91bb119fe694396b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 14 20:40:17 2026 +0800
branch-4.0: [feat](cloud) Enable split config by default #60491 (#60596)
Cherry-picked from #60491
Co-authored-by: walter <[email protected]>
---
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 f5e06552774..463adc13332 100644
--- a/cloud/src/common/config.h
+++ b/cloud/src/common/config.h
@@ -380,7 +380,7 @@ CONF_mString(ca_cert_file_paths,
"/etc/pki/tls/certs/ca-bundle.crt;/etc/ssl/certs/ca-certificates.crt;"
"/etc/ssl/ca-bundle.pem");
-CONF_Bool(enable_split_rowset_meta_pb, "false");
+CONF_Bool(enable_split_rowset_meta_pb, "true");
CONF_Int32(split_rowset_meta_pb_size, "10000"); // split rowset meta pb size,
default is 10K
CONF_Bool(enable_split_tablet_schema_pb, "false");
CONF_Int32(split_tablet_schema_pb_size, "10000"); // split tablet schema pb
size, default is 10K
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]