Alexey Serbin created KUDU-3559:
-----------------------------------
Summary: AutoRebalancerTest.TestMaxMovesPerServer is flaky
Key: KUDU-3559
URL: https://issues.apache.org/jira/browse/KUDU-3559
Project: Kudu
Issue Type: Bug
Components: test
Affects Versions: 1.17.0
Reporter: Alexey Serbin
Attachments: auto_rebalancer-test.log.xz
The {{AutoRebalancerTest.TestMaxMovesPerServer}} is flaky, sometimes failing
with an error like below. The full log is attached.
{noformat}
src/kudu/master/auto_rebalancer-test.cc:196: Failure
Expected equality of these values:
0
NumMovesScheduled(leader_idx, BalanceThreadType::LEADER_REBALANCE)
Which is: 1
src/kudu/util/test_util.cc:395: Failure
Failed
Timed out waiting for assertion to pass.
src/kudu/master/auto_rebalancer-test.cc:575: Failure
Expected: CheckNoLeaderMovesScheduled() doesn't generate new fatal failures in
the current thread.
Actual: it does.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)