[ 
https://issues.apache.org/jira/browse/KAFKA-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473426#comment-13473426
 ] 

Jay Kreps commented on KAFKA-562:
---------------------------------

Yeah, this is definitely a real problem that is leading to not all messages 
being replicated. With the new logical offsets the followers should have 
messages with offset 0, 1, 2, 3, 4... as the leader does. But instead the 
followers have offsets 4,9,14,19,24... I.e. only every fifth message. Not sure 
of the cause, looking into it.
                
> Non-failure System Test Log Segment File Checksums mismatched
> -------------------------------------------------------------
>
>                 Key: KAFKA-562
>                 URL: https://issues.apache.org/jira/browse/KAFKA-562
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: John Fung
>         Attachments: kafka-562-reproduce-issue.patch
>
>
> To reproduce this issue
> 1. Download 0.8 branch (reproduced in r1396343)
> 2. Apply the patch attached
> 3. Build Kafka under <kafka_home> by running "./sbt update package"
> 4. In the directory <kafka_home>/system_test, run "python -B 
> system_test_runner.py" and it will run the case "testcase_0002" which will 
> reproduce this issue.
> 5. The log segment files will be located in /tmp

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