You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/08/10 13:16:00 UTC

[jira] [Created] (FLINK-7412) optimise NettyMessage.TaskEventRequest#readFrom() to read from netty buffers directly

Nico Kruber created FLINK-7412:
----------------------------------

             Summary: optimise NettyMessage.TaskEventRequest#readFrom() to read from netty buffers directly
                 Key: FLINK-7412
                 URL: https://issues.apache.org/jira/browse/FLINK-7412
             Project: Flink
          Issue Type: Improvement
          Components: Network
    Affects Versions: 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


{{NettyMessage.TaskEventRequest#readFrom()}} allocates a new {{ByteBuffer}} for event deserialization although, here, we are easily able to read from netty's buffer directly



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)