Repository: kudu Updated Branches: refs/heads/master 45523bb7e -> 07b1e81b0
master: tag master_addresses as stable Change-Id: Ib3d2071cab88a2aa25ce171e5b4b3f98204dd499 Reviewed-on: http://gerrit.cloudera.org:8080/4298 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: David Ribeiro Alves <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/07b1e81b Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/07b1e81b Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/07b1e81b Branch: refs/heads/master Commit: 07b1e81b04a1e0fceea81a575230091385a400f5 Parents: 45523bb Author: Adar Dembo <[email protected]> Authored: Thu Sep 1 19:33:46 2016 -0700 Committer: Adar Dembo <[email protected]> Committed: Fri Sep 2 21:16:38 2016 +0000 ---------------------------------------------------------------------- src/kudu/master/master_options.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/07b1e81b/src/kudu/master/master_options.cc ---------------------------------------------------------------------- diff --git a/src/kudu/master/master_options.cc b/src/kudu/master/master_options.cc index 53e8c10..2a5544b 100644 --- a/src/kudu/master/master_options.cc +++ b/src/kudu/master/master_options.cc @@ -27,11 +27,10 @@ namespace kudu { namespace master { DEFINE_string(master_addresses, "", - "Comma-separated list of all the RPC addresses for Master config. " - "This is used to configure the replicated Master process " - "(currently considered experimental). " + "Comma-separated list of the RPC addresses belonging to all " + "Masters in this cluster. " "NOTE: if not specified, configures a non-replicated Master."); -TAG_FLAG(master_addresses, experimental); +TAG_FLAG(master_addresses, stable); MasterOptions::MasterOptions() { rpc_opts.default_port = Master::kDefaultPort;
