You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/25 15:00:52 UTC

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9779: Add backend_rpc_timeout_second in AdminConfig

morningman commented on code in PR #9779:
URL: https://github.com/apache/incubator-doris/pull/9779#discussion_r881765585


##########
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1651,4 +1651,8 @@ public class Config extends ConfigBase {
 
     @ConfField
     public static boolean enable_vectorized_load = false;
+
+    @ConfField(mutable = false, masterOnly = true)
+    public static int backend_rpc_timeout_ms = 60000; // 1 min

Review Comment:
   Please add comment for this config and also modify the config document
   `admin-manual/config/fe-config.md`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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