[ https://issues.apache.org/jira/browse/KUDU-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mahesh Reddy updated KUDU-3618: ------------------------------- Description: When running the kudu cluster rebalance command with --output_replica_distribution_details as an argument, 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. was: 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. > Duplicate table ids in output for kudu cluster rebalance tool > ------------------------------------------------------------- > > Key: KUDU-3618 > URL: https://issues.apache.org/jira/browse/KUDU-3618 > Project: Kudu > Issue Type: Bug > Components: CLI > Reporter: Mahesh Reddy > Priority: Minor > > When running the kudu cluster rebalance command with > --output_replica_distribution_details as an argument, 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)