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/25 10:20:00 UTC

[jira] [Created] (FLINK-7512) avoid unnecessary buffer copies during network serialization

Nico Kruber created FLINK-7512:
----------------------------------

             Summary: avoid unnecessary buffer copies during network serialization
                 Key: FLINK-7512
                 URL: https://issues.apache.org/jira/browse/FLINK-7512
             Project: Flink
          Issue Type: Improvement
          Components: Network
    Affects Versions: 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


Currently, we have our own {{Buffer}} class backed by a {{MemorySegment}} and whenever we try to write to or read from Netty, we need to copy to / from Netty's {{ByteBuf}} instances.

This is am umbrella task for avoiding these buffer copies.



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