Jun Rao created KAFKA-614:
-----------------------------

             Summary: DumpLogSegment offset verification is incorrect for 
compressed messages
                 Key: KAFKA-614
                 URL: https://issues.apache.org/jira/browse/KAFKA-614
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.8
            Reporter: Jun Rao


During verification, DumpLogSegment tries to make sure that offsets are 
consecutive. However, this won't be true for compressed messages since 
FileMessageSet only does shallow iteration. The simplest fix is to skip the 
verification for compressed messages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to