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 2018/08/27 12:50:00 UTC

[jira] [Closed] (FLINK-5060) only serialise records once in RecordWriter#emit and RecordWriter#broadcastEmit

     [ https://issues.apache.org/jira/browse/FLINK-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nico Kruber closed FLINK-5060.
------------------------------
    Resolution: Duplicate
      Assignee:     (was: Nico Kruber)

> only serialise records once in RecordWriter#emit and RecordWriter#broadcastEmit
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-5060
>                 URL: https://issues.apache.org/jira/browse/FLINK-5060
>             Project: Flink
>          Issue Type: Improvement
>          Components: Network
>            Reporter: Nico Kruber
>            Priority: Major
>
> Currently, org.apache.flink.runtime.io.network.api.writer.RecordWriter#emit and org.apache.flink.runtime.io.network.api.writer.RecordWriter#broadcastEmit serialise a record once per target channel. Instead, they could serialise the record only once and use the serialised form for every channel and thus save resources.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)