Guozhang Wang created KAFKA-1735: ------------------------------------ Summary: 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
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)