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

Execute CheckpointCoodinator's state discard calls asynchronously

    XMLWordPrintableJSON

Details

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

    Description

      The CheckpointCoordinator discards under certain circumstances pending checkpoints or state handles. These discard operations can involve a blocking IO operation if the underlying state handle refers to a file which has to be deleted. In order to not block the calling thread, we should execute these calls in a dedicated IO executor.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: