Bankim Bhavsar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14533
Change subject: KUDU-2962 Fix kudu::itest::FindTabletFollowers() test utility function ...................................................................... KUDU-2962 Fix kudu::itest::FindTabletFollowers() test utility function Fixes the FindTabletFollowers() test utility function to query each tablet server and form the list of followers instead of simply finding the leader replica and returning supplied tablet servers with the leader replica removed. Earlier implementation is incorrect when one or more of the supplied tablet servers does not host the specified tablet_id. Change-Id: I94146873b09cb95c54175d16305b713365cfeaa8 --- M src/kudu/integration-tests/cluster_itest_util.cc M src/kudu/tools/kudu-admin-test.cc 2 files changed, 97 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/14533/1 -- To view, visit http://gerrit.cloudera.org:8080/14533 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I94146873b09cb95c54175d16305b713365cfeaa8 Gerrit-Change-Number: 14533 Gerrit-PatchSet: 1 Gerrit-Owner: Bankim Bhavsar <[email protected]>
