You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/09 15:26:58 UTC

[jira] [Commented] (FLINK-5059) only serialise events once in RecordWriter#broadcastEvent

    [ https://issues.apache.org/jira/browse/FLINK-5059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15812039#comment-15812039 ] 

ASF GitHub Bot commented on FLINK-5059:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/2805


> only serialise events once in RecordWriter#broadcastEvent
> ---------------------------------------------------------
>
>                 Key: FLINK-5059
>                 URL: https://issues.apache.org/jira/browse/FLINK-5059
>             Project: Flink
>          Issue Type: Improvement
>          Components: Network
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>             Fix For: 1.3.0
>
>
> Currently, org.apache.flink.runtime.io.network.api.writer.RecordWriter#broadcastEvent serialises the event once per target channel. Instead, it could serialise the event only once and use the serialised form for every channel and thus save resources.



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