You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2016/10/24 10:03:58 UTC

[jira] [Created] (FLINK-4893) Use single RecordSerializer per RecordWriter

Ufuk Celebi created FLINK-4893:
----------------------------------

             Summary: Use single RecordSerializer per RecordWriter
                 Key: FLINK-4893
                 URL: https://issues.apache.org/jira/browse/FLINK-4893
             Project: Flink
          Issue Type: Improvement
          Components: Network
            Reporter: Ufuk Celebi


Instead of creating n instances of the serializer for each outgoing channel, we can simply keep the references to the {{Buffer}} instances in the writer and use a single record serializer instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)