You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/05/17 14:16:12 UTC

[jira] [Updated] (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:all-tabpanel ]

Ismael Juma updated KAFKA-1735:
-------------------------------
    Fix Version/s:     (was: 0.10.1.0)
                   0.9.0.0

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