[ https://issues.apache.org/jira/browse/KAFKA-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480363#comment-17480363 ]
Luke Chen commented on KAFKA-8541: ---------------------------------- PR to fix the timeout exception issue: https://github.com/apache/kafka/pull/11681 > Flakey test LeaderElectionCommandTest#testTopicPartition > -------------------------------------------------------- > > Key: KAFKA-8541 > URL: https://issues.apache.org/jira/browse/KAFKA-8541 > Project: Kafka > Issue Type: Bug > Components: core > Reporter: Boyang Chen > Assignee: Luke Chen > Priority: Major > > [https://builds.apache.org/job/kafka-pr-jdk11-scala2.12/5528/consoleFull] > > *01:37:34* kafka.admin.LeaderElectionCommandTest > testTopicPartition > STARTED*01:38:13* kafka.admin.LeaderElectionCommandTest.testTopicPartition > failed, log available in > /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.12/core/build/reports/testOutput/kafka.admin.LeaderElectionCommandTest.testTopicPartition.test.stdout*01:38:13* > *01:38:13* kafka.admin.LeaderElectionCommandTest > testTopicPartition > FAILED*01:38:13* kafka.common.AdminCommandFailedException: Timeout > waiting for election results*01:38:13* at > kafka.admin.LeaderElectionCommand$.electLeaders(LeaderElectionCommand.scala:134)*01:38:13* > at > kafka.admin.LeaderElectionCommand$.run(LeaderElectionCommand.scala:89)*01:38:13* > at > kafka.admin.LeaderElectionCommand$.main(LeaderElectionCommand.scala:42)*01:38:13* > at > kafka.admin.LeaderElectionCommandTest.$anonfun$testTopicPartition$1(LeaderElectionCommandTest.scala:125)*01:38:13* > at > kafka.admin.LeaderElectionCommandTest.$anonfun$testTopicPartition$1$adapted(LeaderElectionCommandTest.scala:103)*01:38:13* > at kafka.utils.TestUtils$.resource(TestUtils.scala:1528)*01:38:13* > at > kafka.admin.LeaderElectionCommandTest.testTopicPartition(LeaderElectionCommandTest.scala:103)*01:38:13* > *01:38:13* Caused by:*01:38:13* > org.apache.kafka.common.errors.TimeoutException: Aborted due to > timeout.*01:38:13* -- This message was sent by Atlassian Jira (v8.20.1#820001)