This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 7d6f7fd4fa92bab52abaa3b2948811c8d5475686
Author: Alexey Serbin <[email protected]>
AuthorDate: Tue May 12 16:22:54 2020 -0700

    [master] add 'runtime' tag for master_ts_rpc_timeout_ms
    
    The --master_ts_rpc_timeout_ms flag has the runtime behavior already.
    This patch simply adds the corresponding tag so it's not necessary
    to use the --force option when using `kudu master set_flag`.
    
    Change-Id: Icd658c1a2085d71c48648e9caa57e39d37152f56
    Reviewed-on: http://gerrit.cloudera.org:8080/15906
    Tested-by: Kudu Jenkins
    Reviewed-by: Bankim Bhavsar <[email protected]>
---
 src/kudu/master/catalog_manager.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/kudu/master/catalog_manager.cc 
b/src/kudu/master/catalog_manager.cc
index 67d863c..0f8f814 100644
--- a/src/kudu/master/catalog_manager.cc
+++ b/src/kudu/master/catalog_manager.cc
@@ -145,6 +145,7 @@
 DEFINE_int32(master_ts_rpc_timeout_ms, 30 * 1000, // 30 sec
              "Timeout used for the master->TS async rpc calls.");
 TAG_FLAG(master_ts_rpc_timeout_ms, advanced);
+TAG_FLAG(master_ts_rpc_timeout_ms, runtime);
 
 DEFINE_int32(tablet_creation_timeout_ms, 30 * 1000, // 30 sec
              "Timeout used by the master when attempting to create tablet "

Reply via email to