Yifan Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14784
Change subject: KUDU-3006: deflake RebalanceIgnoredTserversTest.Basic ...................................................................... KUDU-3006: deflake RebalanceIgnoredTserversTest.Basic When starting a cluster and create a table, some replicas may be unhealthy, if we run the reblancing, these replicas would not be moved and the test failed. This patch fixed it by waiting for the cluster become healthy, and then run the rebalancing. Change-Id: Icf4b248a5fc91dac0dd6303da08f3b304878bfa2 --- M src/kudu/rebalance/placement_policy_util.cc M src/kudu/tools/rebalancer_tool-test.cc M src/kudu/tools/rebalancer_tool.cc 3 files changed, 32 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/14784/1 -- To view, visit http://gerrit.cloudera.org:8080/14784 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icf4b248a5fc91dac0dd6303da08f3b304878bfa2 Gerrit-Change-Number: 14784 Gerrit-PatchSet: 1 Gerrit-Owner: Yifan Zhang <[email protected]>
