Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16764
Change subject: [mini-cluster] improved WaitForTabletsRunning ...................................................................... [mini-cluster] improved WaitForTabletsRunning This patch adds an extra output parameter for the ExternalMiniCluster::WaitForTabletsRunning() method to retrieve information on currently running tablets. This helps in test scenarios where it's necessary to get the set of identifiers for running tablets in the very beginning, avoiding an extra call to itest::ListTablets() and building the TServerDetail map. The newly added functionality is to be used in follow-up changelists. Change-Id: I076064233c10f76b9c5c795d7943b10ef430ee90 --- M src/kudu/mini-cluster/external_mini_cluster.cc M src/kudu/mini-cluster/external_mini_cluster.h 2 files changed, 27 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/64/16764/1 -- To view, visit http://gerrit.cloudera.org:8080/16764 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I076064233c10f76b9c5c795d7943b10ef430ee90 Gerrit-Change-Number: 16764 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
