Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-9087

Change the method signature of RecordWriter#broadcastEvent() from BufferConsumer to void

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • Runtime / Network
    • None

    Description

              for (StreamRecordWriter<SerializationDelegate<StreamRecord<OUT>>> streamRecordWriter : streamRecordWriters) {
                try {
                  streamRecordWriter.broadcastEvent(message);
      

      The BufferConsumer returned by broadcastEvent() should be closed.

      Attachments

        Issue Links

          Activity

            People

              triones Triones Deng
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: