Onur Karaman created KAFKA-4004: ----------------------------------- Summary: NetworkReceive.complete() should not throw NullPointerException after partially reading the size Key: KAFKA-4004 URL: https://issues.apache.org/jira/browse/KAFKA-4004 Project: Kafka Issue Type: Bug Reporter: Onur Karaman Assignee: Onur Karaman
NetworkReceive.readFrom can partially read the size and not allocate a buffer. A following NetworkReceive.complete() should not throw a NullPointerException and should instead just return false. -- This message was sent by Atlassian JIRA (v6.3.4#6332)