You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2013/03/14 01:06:15 UTC

[jira] [Created] (KAFKA-804) Incorrect index in the log of a follower

Jun Rao created KAFKA-804:
-----------------------------

             Summary: Incorrect index in the log of a follower
                 Key: KAFKA-804
                 URL: https://issues.apache.org/jira/browse/KAFKA-804
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.8
            Reporter: Jun Rao
            Assignee: Jun Rao
            Priority: Blocker
         Attachments: kafka-804.patch

In the follower, in log.append(), we use the offset of the 1st compressed message as the offset for appending index entries. This means that the index is pointing to an earlier position in the file than it should.  Instead, it should use the offset of the 1st uncompressed message for appending index.

--
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