This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 45157b3a81b branch-4.1: [chore](ms) Change Default config for ms rate
limit #64398 (#64405)
45157b3a81b is described below
commit 45157b3a81bb660b47c30e6c7d3d1135b70c3dd6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 10:34:03 2026 +0800
branch-4.1: [chore](ms) Change Default config for ms rate limit #64398
(#64405)
Cherry-picked from #64398
Co-authored-by: Yixuan Wang <[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 c2422555584..5991938c938 100644
--- a/cloud/src/common/config.h
+++ b/cloud/src/common/config.h
@@ -193,7 +193,7 @@ CONF_Int64(default_max_qps_limit, "1000000");
CONF_String(specific_max_qps_limit, "get_cluster:5000000;begin_txn:5000000");
CONF_Bool(enable_rate_limit, "true");
CONF_Int64(bvar_qps_update_second, "5");
-CONF_mBool(enable_ms_rate_limit, "true");
+CONF_mBool(enable_ms_rate_limit, "false");
// Fault injection: randomly return meta service rate limit error for testing.
// ms_rate_limit_injection_probability is the probability (0-100) of injecting
a rate limit error.
CONF_mBool(enable_ms_rate_limit_injection, "false");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]