This is an automated email from the ASF dual-hosted git repository.
awong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 06f8c1750148334bc893f2dd8c6f9042094d09bf
Author: Andrew Wong <awong@apache.org>
AuthorDate: Mon Feb 25 22:46:02 2019 -0800
make --location_mapping_cmd non-experimental
"experimental" implies that this is not a supported feature, but it is.
"evolving", the default, seems more appropriate.
Change-Id: I5d377f9027a167c8577f8b7c262c3ba2c65e2fc9
Reviewed-on: http://gerrit.cloudera.org:8080/12594
Reviewed-by: Andrew Wong <awong@cloudera.com>
Tested-by: Kudu Jenkins
(cherry picked from commit 42a68d1f6539ed341024d19f22081d7eda0116d7)
Reviewed-on: http://gerrit.cloudera.org:8080/12603
Reviewed-by: Alexey Serbin <aserbin@cloudera.com>
Tested-by: Andrew Wong <awong@cloudera.com>
---
src/kudu/master/ts_descriptor.cc | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/kudu/master/ts_descriptor.cc b/src/kudu/master/ts_descriptor.cc
index 321b2fd..619f927 100644
--- a/src/kudu/master/ts_descriptor.cc
+++ b/src/kudu/master/ts_descriptor.cc
@@ -58,7 +58,6 @@ DEFINE_string(location_mapping_cmd, "",
"and consists of /-separated tokens each of which contains only "
"characters from the set [a-zA-Z0-9_-.]. If the cluster is not "
"using location awareness features this flag should not be set.");
-TAG_FLAG(location_mapping_cmd, experimental);
DEFINE_bool(location_mapping_by_uuid, false,
"Whether the location command is given tablet server identifier "
|