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

Don't block on buffer request after broadcastEvent

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.4, 1.2.0
    • None
    • None

    Description

      After broadcasting an event (like the checkpoint barrier), the record writer might block on a buffer request although that buffer will only be needed on the next write on that channel.

      Instead of assuming that each serializer has a buffer set, we can change the logic in the writer to request the buffer when it requires one.

      Attachments

        Activity

          People

            uce Ufuk Celebi
            uce Ufuk Celebi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: