You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2021/10/15 16:37:00 UTC

[jira] [Commented] (KAFKA-8785) Flakey test LeaderElectionCommandTest#testPathToJsonFile

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

Matthias J. Sax commented on KAFKA-8785:
----------------------------------------

Observed another timeout (different test):
{code:java}
java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: describeTopics at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:165) at kafka.utils.TestUtils$.$anonfun$waitForBrokersOutOfIsr$1(TestUtils.scala:1672) at kafka.utils.TestUtils$.waitForBrokersOutOfIsr(TestUtils.scala:850) at kafka.admin.LeaderElectionCommandTest.testAllTopicPartition(LeaderElectionCommandTest.scala:72)
{code}

> Flakey test LeaderElectionCommandTest#testPathToJsonFile
> --------------------------------------------------------
>
>                 Key: KAFKA-8785
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8785
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Boyang Chen
>            Priority: Major
>
> *https://builds.apache.org/job/kafka-pr-jdk11-scala2.13/895/console*
> *2:35* kafka.admin.LeaderElectionCommandTest > testPathToJsonFile STARTED*13:23:16* kafka.admin.LeaderElectionCommandTest.testPathToJsonFile failed, log available in /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/core/build/reports/testOutput/kafka.admin.LeaderElectionCommandTest.testPathToJsonFile.test.stdout*13:23:16* *13:23:16* kafka.admin.LeaderElectionCommandTest > testPathToJsonFile FAILED*13:23:16*     kafka.common.AdminCommandFailedException: Timeout waiting for election results*13:23:16*         at kafka.admin.LeaderElectionCommand$.electLeaders(LeaderElectionCommand.scala:133)*13:23:16*         at kafka.admin.LeaderElectionCommand$.run(LeaderElectionCommand.scala:88)*13:23:16*         at kafka.admin.LeaderElectionCommand$.main(LeaderElectionCommand.scala:41)*13:23:16*         at kafka.admin.LeaderElectionCommandTest.$anonfun$testPathToJsonFile$1(LeaderElectionCommandTest.scala:160)*13:23:16*         at kafka.admin.LeaderElectionCommandTest.$anonfun$testPathToJsonFile$1$adapted(LeaderElectionCommandTest.scala:137)*13:23:16*         at kafka.utils.TestUtils$.resource(TestUtils.scala:1591)*13:23:16*         at kafka.admin.LeaderElectionCommandTest.testPathToJsonFile(LeaderElectionCommandTest.scala:137)*13:23:16* *13:23:16*         Caused by:*13:23:16*         org.apache.kafka.common.errors.TimeoutException: Aborted due to timeout.*13:23:16*



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