Jiangjie Qin created KAFKA-2415:
-----------------------------------
Summary: Transient failure in
LogRecoveryTest.testHWCheckpointWithFailuresMultipleLogSegments
Key: KAFKA-2415
URL: https://issues.apache.org/jira/browse/KAFKA-2415
Project: Kafka
Issue Type: Sub-task
Reporter: Jiangjie Qin
Assignee: Jiangjie Qin
See transient failure in the test with the following error message.
kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresMultipleLogSegments
FAILED
java.util.NoSuchElementException: None.get
at scala.None$.get(Option.scala:313)
at scala.None$.get(Option.scala:311)
at
kafka.server.LogRecoveryTest$$anonfun$testHWCheckpointWithFailuresMultipleLogSegments$8.apply$mcZ$sp(LogRecoveryTest.scala:215)
at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:616)
at
kafka.server.LogRecoveryTest.testHWCheckpointWithFailuresMultipleLogSegments(LogRecoveryTest.scala:214)
It looks the fix is to wait for the new broker to create the replica before
check its HW.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)