[
https://issues.apache.org/jira/browse/KUDU-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562328#comment-16562328
]
Alexey Serbin commented on KUDU-2511:
-------------------------------------
As it turned out, the problem was in {{kudu::ParseVersion()}} -- the function
could not parse input string {{1.8.0-xxx-SNAPSHOT}}, effectively disabling the
movement of RF1 tablet replicas. However, the test asserted on a movement of
at least one replica in that scenario, failing as the result.
> The SingleReplicasStayOrMove scenario of the kudu-admin-test is a bit flaky
> ---------------------------------------------------------------------------
>
> Key: KUDU-2511
> URL: https://issues.apache.org/jira/browse/KUDU-2511
> Project: Kudu
> Issue Type: Bug
> Components: test
> Reporter: Alexey Serbin
> Assignee: Alexey Serbin
> Priority: Minor
>
> An excerpt from the output of the failed test:
> {noformat}
> src/kudu/src/kudu/tools/kudu-admin-test.cc:2134: Failure
> Value of: out
>
> Expected: has no substring "rebalancing is complete: cluster is balanced
> (moved 0 replicas)"
> Actual: "Per-server replica distribution summary:\n Statistic |
> Value\n-----------------------+----------\n Minimum Replica Count | 0\n
> Maximum Replica Count | 0\n Average Replica Count | 0.000000\n\nPer-table
> replica distribution summary:\n Replica Skew |
> Value\n--------------+-------\n N/A | N/A\n\n\nrebalancing is
> complete: cluster is balanced (moved 0 replicas)\n" (of type std::string)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)