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

CancelCheckpointMarker flood when using at least once mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.3, 1.2.0
    • 1.1.4, 1.2.0
    • None

    Description

      When using at least once mode (BarrierTracker), then an interleaved arrival of cancellation barriers at the BarrierTracker of two consecutive checkpoints can trigger a flood of CancelCheckpointMarkers.

      The following sequence is problematic:

      Cancel(1, 0),
      Cancel(2, 0),
      Cancel(1, 1),
      Cancel(2, 1),
      Cancel(1, 2),
      Cancel(2, 2)
      

      with Cancel(checkpointId, channelId)

      Attachments

        Activity

          People

            trohrmann Till Rohrmann
            trohrmann Till Rohrmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: