You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Onur Karaman (JIRA)" <ji...@apache.org> on 2016/07/28 18:17:20 UTC

[jira] [Created] (KAFKA-4004) NetworkReceive.complete() should not throw NullPointerException after partially reading the size

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)