[
https://issues.apache.org/jira/browse/KAFKA-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188799#comment-14188799
]
Guozhang Wang commented on KAFKA-1735:
--------------------------------------
Updated reviewboard https://reviews.apache.org/r/27256/diff/
against branch origin/trunk
> MemoryRecords.Iterator needs to handle partial reads from compressed stream
> ---------------------------------------------------------------------------
>
> Key: KAFKA-1735
> URL: https://issues.apache.org/jira/browse/KAFKA-1735
> Project: Kafka
> Issue Type: Bug
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
> Fix For: 0.9.0
>
> Attachments: KAFKA-1735.patch
>
>
> Found a bug in the MemoryRecords.Iterator implementation, where
> {code}
> stream.read(recordBuffer, 0, size)
> {code}
> can read less than size'ed bytes, and rest of the recordBuffer would set to
> "\0".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)