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