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

[jira] [Commented] (FLINK-9087) Return value of broadcastEvent should be closed in StreamTask#performCheckpoint

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

Triones Deng commented on FLINK-9087:
-------------------------------------

[~mingleizhang] are you still working on this? if no, i would like to get the ticket, thank you

> Return value of broadcastEvent should be closed in StreamTask#performCheckpoint
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-9087
>                 URL: https://issues.apache.org/jira/browse/FLINK-9087
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: mingleizhang
>            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)