[ 
https://issues.apache.org/jira/browse/KAFKA-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17011720#comment-17011720
 ] 

ASF GitHub Bot commented on KAFKA-9379:
---------------------------------------

rajinisivaram commented on pull request #7917: KAFKA-9379; Fix flaky test 
TopicCommandWithAdminClientTest.testCreateAlterTopicWithRackAware
URL: https://github.com/apache/kafka/pull/7917
 
 
   Test creates a topic, waits for `adminClient.listTopics` to return the topic 
and then performs `alterTopic()`, which also uses `adminClient.listTopics` to 
verify that the topic exists. This may fail if the topic hadn't yet been 
propagated to the broker to which the second `listTopics` is sent. This PR 
updates the test to wait for topic to be in the metadata cache of all brokers 
before calling `alterTopic()`.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Flaky Test TopicCommandWithAdminClientTest.testCreateAlterTopicWithRackAware
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-9379
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9379
>             Project: Kafka
>          Issue Type: Bug
>          Components: admin, core, unit tests
>            Reporter: Matthias J. Sax
>            Assignee: Rajini Sivaram
>            Priority: Critical
>              Labels: flaky-test
>
> [https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/116/testReport/junit/kafka.admin/TopicCommandWithAdminClientTest/testCreateAlterTopicWithRackAware/]
> {quote}java.lang.IllegalArgumentException: Topic 
> 'testCreateAlterTopicWithRackAware-1Ski7jYwdP' does not exist as expected at 
> kafka.admin.TopicCommand$.kafka$admin$TopicCommand$$ensureTopicExists(TopicCommand.scala:503)
>  at 
> kafka.admin.TopicCommand$AdminClientTopicService.alterTopic(TopicCommand.scala:257)
>  at 
> kafka.admin.TopicCommandWithAdminClientTest.testCreateAlterTopicWithRackAware(TopicCommandWithAdminClientTest.scala:476){quote}
> STDOUT
> {quote}[2020-01-07 17:50:17,384] ERROR [ReplicaFetcher replicaId=1, 
> leaderId=0, fetcherId=0] Error for partition 
> testAlterPartitionCount-MixWA3fYA3-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:50:17,631] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=1, fetcherId=0] Error for partition 
> testAlterPartitionCount-MixWA3fYA3-2 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:50:24,498] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=3, fetcherId=0] Error for partition 
> testDescribeAtMinIsrPartitions-7B6hJOHCF7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:50:24,506] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=3, fetcherId=0] Error for partition 
> testDescribeAtMinIsrPartitions-7B6hJOHCF7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:50:24,506] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=3, fetcherId=0] Error for partition 
> testDescribeAtMinIsrPartitions-7B6hJOHCF7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:50:24,506] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=3, fetcherId=0] Error for partition 
> testDescribeAtMinIsrPartitions-7B6hJOHCF7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:50:24,507] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Error for partition 
> testDescribeAtMinIsrPartitions-7B6hJOHCF7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:51:29,090] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=4, fetcherId=0] Error for partition 
> kafka.testTopic1-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:51:29,204] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=5, fetcherId=0] Error for partition 
> __consumer_offsets-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:51:29,255] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=0, fetcherId=0] Error for partition 
> __consumer_offsets-1 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,546] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=4, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-2 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,547] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=4, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-14 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,550] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-13 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,551] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-7 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,615] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=5, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-11 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,651] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=2, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-4 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,762] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=3, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-15 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,766] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=3, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-9 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,835] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=3, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-3 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,850] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=1, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-7 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,862] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=1, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-13 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,863] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=1, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,894] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=4, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-14 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,895] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=4, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-8 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,898] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=3, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-15 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,899] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=3, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-3 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,918] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=2, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-4 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,919] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=2, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-16 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,964] ERROR 
> [ReplicaFetcher replicaId=3, leaderId=1, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,970] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-9 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,981] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=2, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-10 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:24,990] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=5, fetcherId=0] Error for partition 
> testCreateAlterTopicWithRackAware-1Ski7jYwdP-5 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:52:55,508] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=3, fetcherId=0] Error for partition 
> testDescribeReportOverriddenConfigs-kJmNGKXCWp-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:20,208] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=5, fetcherId=0] Error for partition 
> kafka.testTopic1-1 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:20,272] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=2, fetcherId=0] Error for partition 
> kafka.testTopic1-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:20,339] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=4, fetcherId=0] Error for partition 
> kafka.testTopic2-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:20,345] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=3, fetcherId=0] Error for partition 
> kafka.testTopic2-1 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:20,502] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Error for partition 
> oooof.testTopic1-1 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:34,538] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=1, fetcherId=0] Error for partition 
> testAlterAssignmentWithMoreAssignmentThanPartitions-6CrQCdg5uJ-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:34,546] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition 
> testAlterAssignmentWithMoreAssignmentThanPartitions-6CrQCdg5uJ-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:53:47,842] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition 
> testCreateWithDefaultPartitions-DOrrkPW5SS-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. WARNING: Due to limitations in metric 
> names, topics with a period ('.') or underscore ('_') could collide. To avoid 
> issues it is best to use either, but not both. [2020-01-07 17:54:48,082] 
> ERROR [ReplicaFetcher replicaId=5, leaderId=2, fetcherId=0] Error for 
> partition testAlterAssignmentWithMorePartitionsThanAssignment-FhXH31oqrP-1 at 
> offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:09,738] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=5, fetcherId=0] Error for partition 
> testCreateWithConfigs-9TbAdbpoBC-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:20,755] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Error for partition 
> testDescribeUnderReplicatedPartitions-8a0EQsSDy7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:20,795] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=0, fetcherId=0] Error for partition 
> testDescribeUnderReplicatedPartitions-8a0EQsSDy7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:20,798] ERROR 
> [ReplicaFetcher replicaId=3, leaderId=0, fetcherId=0] Error for partition 
> testDescribeUnderReplicatedPartitions-8a0EQsSDy7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:20,814] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Error for partition 
> testDescribeUnderReplicatedPartitions-8a0EQsSDy7-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:37,873] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=3, fetcherId=0] Error for partition 
> testDescribeUnderMinIsrPartitions-q3HCY3lYQ1-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:37,902] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=3, fetcherId=0] Error for partition 
> testDescribeUnderMinIsrPartitions-q3HCY3lYQ1-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:55:37,906] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=3, fetcherId=0] Error for partition 
> testDescribeUnderMinIsrPartitions-q3HCY3lYQ1-0 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. WARNING: Due to limitations in metric 
> names, topics with a period ('.') or underscore ('_') could collide. To avoid 
> issues it is best to use either, but not both. [2020-01-07 17:57:52,186] 
> ERROR [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Error for 
> partition testCreateWithReplicaAssignment-HNp5UMNPYL-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:57:52,238] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=1, fetcherId=0] Error for partition 
> testCreateWithReplicaAssignment-HNp5UMNPYL-2 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,198] ERROR 
> [ReplicaFetcher replicaId=3, leaderId=2, fetcherId=0] Error for partition 
> under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,201] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=2, fetcherId=0] Error for partition 
> under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,200] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=2, fetcherId=0] Error for partition 
> under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,204] ERROR 
> [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Error for partition 
> under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,204] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=2, fetcherId=0] Error for partition 
> under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,320] ERROR 
> [ReplicaFetcher replicaId=4, leaderId=3, fetcherId=0] Error for partition 
> not-under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,319] ERROR 
> [ReplicaFetcher replicaId=3, leaderId=1, fetcherId=0] Error for partition 
> fully-replicated-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,319] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=3, fetcherId=0] Error for partition 
> not-under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,320] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=3, fetcherId=0] Error for partition 
> not-under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,352] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Error for partition 
> fully-replicated-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:10,364] ERROR 
> [ReplicaFetcher replicaId=2, leaderId=3, fetcherId=0] Error for partition 
> not-under-min-isr-topic-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:27,798] ERROR 
> [ReplicaFetcher replicaId=5, leaderId=3, fetcherId=0] Error for partition 
> testDescribe-xHbIEW9DxM-0 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:27,800] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=2, fetcherId=0] Error for partition 
> testDescribe-xHbIEW9DxM-1 at offset 0 (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition. [2020-01-07 17:58:31,646] ERROR 
> [ReplicaFetcher replicaId=0, leaderId=5, fetcherId=0] Error for partition 
> testAlterAssignment-uub2jm6g0o-1 at offset 0 
> (kafka.server.ReplicaFetcherThread:76) 
> org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server 
> does not host this topic-partition.{quote}
> STDERR
> {quote}Option "[replica-assignment]" can't be used with option "[partitions]"
> ...
> Missing required argument "[partitions]"
> ...
> Option "[if-exists]" can't be used with option "[bootstrap-server]"
> ...
> Option "[replica-assignment]" can't be used with option 
> "[replication-factor]" 
> ...
> Option combination "[bootstrap-server],[config]" can't be used with option 
> "[alter]" 
> ...
> Option "[delete-config]" can't be used with option "[bootstrap-server]" 
> ...{quote}



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

Reply via email to