[
https://issues.apache.org/jira/browse/KUDU-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985465#comment-16985465
]
ASF subversion and git services commented on KUDU-3006:
-------------------------------------------------------
Commit 5dbfe8ea182e87418095123782a262863be92dc6 in kudu's branch
refs/heads/master from zhangyifan27
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=5dbfe8e ]
KUDU-3006: deflake RebalanceIgnoredTserversTest.Basic
It takes some time for the newly created replicas to bootstrap
and get their status reported as 'healthy' in the catalog manager,
if running the rebalancing prior to that, some unhealthy replicas
would not be moved and the test would fail. So we should wait for
the cluster become healthy and then run the rebalancing.
Change-Id: Icf4b248a5fc91dac0dd6303da08f3b304878bfa2
Reviewed-on: http://gerrit.cloudera.org:8080/14784
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
> RebalanceIgnoredTserversTest.Basic is flaky
> -------------------------------------------
>
> Key: KUDU-3006
> URL: https://issues.apache.org/jira/browse/KUDU-3006
> Project: Kudu
> Issue Type: Bug
> Reporter: Hao Hao
> Assignee: YifanZhang
> Priority: Minor
> Attachments: rebalancer_tool-test.1.txt
>
>
> RebalanceIgnoredTserversTest.Basic of the rebalancer_tool-test sometimes
> fails with an error like below. I attached full test log.
> {noformat}
> /data/somelongdirectorytoavoidrpathissues/src/kudu/src/kudu/tools/rebalancer_tool-test.cc:350:
> Failure
> Value of: out
> Expected: has substring "2dd9365c71c54e5d83294b31046c5478 | 0"
> Actual: "Per-server replica distribution summary for tservers_to_empty:\n
> Server UUID | Replica
> Count\n----------------------------------+---------------\n
> 2dd9365c71c54e5d83294b31046c5478 | 1\n\nPer-server replica distribution
> summary:\n Statistic |
> Value\n-----------------------+----------\n Minimum Replica Count | 0\n
> Maximum Replica Count | 1\n Average Replica Count | 0.500000\n\nPer-table
> replica distribution summary:\n Replica Skew |
> Value\n--------------+----------\n Minimum | 1\n Maximum | 1\n
> Average | 1.000000\n\n\nrebalancing is complete: cluster is balanced
> (moved 0 replicas)\n" (of type std::string)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)