Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14350
Change subject: [mini_cluster] fix adding NTP flags for tservers ...................................................................... [mini_cluster] fix adding NTP flags for tservers This patch fixes adding NTP-related flags for tablet servers. Prior to this change, the NTP-related flags were added _after_ custom flags specified by ExternalMiniClusterOptions::extra_tserver_flags, but it's expected the latter are the last ones. A few tests manipulate the flags after first start of a tablet server, expecting some particular order: those would fail if not keeping the expected flags order. Change-Id: Ia6c45f4a50c3850a2bdeae88720f78737dc1b270 --- M src/kudu/mini-cluster/external_mini_cluster.cc 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/14350/1 -- To view, visit http://gerrit.cloudera.org:8080/14350 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia6c45f4a50c3850a2bdeae88720f78737dc1b270 Gerrit-Change-Number: 14350 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
