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 2a11f7853b3 branch-4.1: [enhance](cloud) Increase get version timeout
to 30 seconds #65625 (#65748)
2a11f7853b3 is described below
commit 2a11f7853b306024eae6034de508999551bd9f48
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 14:55:34 2026 +0800
branch-4.1: [enhance](cloud) Increase get version timeout to 30 seconds
#65625 (#65748)
Cherry-picked from #65625
Co-authored-by: hui lai <[email protected]>
---
fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index e0d5d7a4bcb..7731cab8e5e 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -3397,7 +3397,7 @@ public class Config extends ConfigBase {
public static int drop_rpc_retry_num = 200;
@ConfField
- public static int default_get_version_from_ms_timeout_second = 3;
+ public static int default_get_version_from_ms_timeout_second = 30;
@ConfField(mutable = true)
public static boolean enable_cloud_multi_replica = false;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]