[ https://issues.apache.org/jira/browse/KAFKA-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16795359#comment-16795359 ]
Matthias J. Sax commented on KAFKA-5492: ---------------------------------------- Seems to be a duplicate of KAFKA-6409 ? Also, this test failed again: [https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/20440/testReport/junit/kafka.server/LogRecoveryTest/testHWCheckpointWithFailuresSingleLogSegment/] > LogRecoveryTest.testHWCheckpointWithFailuresSingleLogSegment transient failure > ------------------------------------------------------------------------------ > > Key: KAFKA-5492 > URL: https://issues.apache.org/jira/browse/KAFKA-5492 > Project: Kafka > Issue Type: Sub-task > Components: unit tests > Reporter: Jason Gustafson > Priority: Major > > {code} > ava.lang.AssertionError: Timing out after 30000 ms since a new leader that is > different from 1 was not elected for partition new-topic-0, leader is Some(1) > at kafka.utils.TestUtils$.fail(TestUtils.scala:333) > at > kafka.utils.TestUtils$.$anonfun$waitUntilLeaderIsElectedOrChanged$8(TestUtils.scala:808) > at scala.Option.getOrElse(Option.scala:121) > at > kafka.utils.TestUtils$.waitUntilLeaderIsElectedOrChanged(TestUtils.scala:798) > at > kafka.server.LogRecoveryTest.testHWCheckpointWithFailuresSingleLogSegment(LogRecoveryTest.scala:152) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)