Mahesh Reddy created KUDU-3618:
----------------------------------
Summary: Duplicate table ids in output for kudu cluster rebalancer
tool
Key: KUDU-3618
URL: https://issues.apache.org/jira/browse/KUDU-3618
Project: Kudu
Issue Type: Bug
Reporter: Mahesh Reddy
When running the kudu cluster rebalancer tool with
--output_replica_distribution_details attached, the table ids are duplicated
multiple times in the output under 'Per-table replica distribution details:'.
An example from a test cluster can be seen below:
{code:java}
Per-table replica distribution details:
Table Id | Replica Count | Replica Skew | Table Name
----------------------------------+---------------+--------------+-----------------
81c4d9590e7d4cd0b5ade3fd441543bf | 30 | 0 |
default.testing
81c4d9590e7d4cd0b5ade3fd441543bf | 30 | 0 |
default.testing {code}
I've seen this in customer clusters as well, duplicated more than twice, at
least 10 times in some cases.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)