You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/03/26 20:15:00 UTC

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

Ted Yu created FLINK-9087:
-----------------------------

             Summary: 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


{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)