You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2015/07/02 01:21:04 UTC

[jira] [Commented] (KAFKA-1735) MemoryRecords.Iterator needs to handle partial reads from compressed stream

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

Guozhang Wang commented on KAFKA-1735:
--------------------------------------

This bug has been resolved in another ticket, closing.

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