You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/04/12 07:39:00 UTC

[jira] [Assigned] (FLINK-9087) Change the method signature of RecordWriter#broadcastEvent() from BufferConsumer to void

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

Chesnay Schepler reassigned FLINK-9087:
---------------------------------------

    Assignee: Triones Deng

> Change the method signature of RecordWriter#broadcastEvent() from BufferConsumer to void
> ----------------------------------------------------------------------------------------
>
>                 Key: FLINK-9087
>                 URL: https://issues.apache.org/jira/browse/FLINK-9087
>             Project: Flink
>          Issue Type: Bug
>          Components: Network
>    Affects Versions: 1.5.0
>            Reporter: Ted Yu
>            Assignee: Triones Deng
>            Priority: Minor
>
> {code}
>         for (StreamRecordWriter<SerializationDelegate<StreamRecord<OUT>>> streamRecordWriter : streamRecordWriters) {
>           try {
>             streamRecordWriter.broadcastEvent(message);
> {code}
> The BufferConsumer returned by broadcastEvent() should be closed.



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