You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Chia-Ping Tsai (Jira)" <ji...@apache.org> on 2020/06/12 23:26:00 UTC

[jira] [Created] (KAFKA-10158) Fix flaky kafka.admin.TopicCommandWithAdminClientTest#testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress

Chia-Ping Tsai created KAFKA-10158:
--------------------------------------

             Summary: Fix flaky kafka.admin.TopicCommandWithAdminClientTest#testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress
                 Key: KAFKA-10158
                 URL: https://issues.apache.org/jira/browse/KAFKA-10158
             Project: Kafka
          Issue Type: Bug
          Components: unit tests
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai
             Fix For: 2.6.0


Altering the assignments is a async request so it is possible that the reassignment is still in progress when we start to verify the "--under-replicated-partitions". In order to make it stable, it needs a wait for the reassignment completion before verifying the topic command with "--under-replicated-partitions".



--
This message was sent by Atlassian Jira
(v8.3.4#803005)