You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/04/01 20:06:00 UTC

[jira] [Created] (FLINK-26993) CheckpointCoordinatorTest#testMinCheckpointPause

Chesnay Schepler created FLINK-26993:
----------------------------------------

             Summary: CheckpointCoordinatorTest#testMinCheckpointPause
                 Key: FLINK-26993
                 URL: https://issues.apache.org/jira/browse/FLINK-26993
             Project: Flink
          Issue Type: Technical Debt
          Components: Runtime / Checkpointing, Tests
            Reporter: Chesnay Schepler
             Fix For: 1.16.0


The test triggers checkpoints, waits for the CC to have stored a pending checkpoint, and then sends an acknowledge.
The acknowledge can fail with an NPE because the PendingCheckpoint#checkpointTargetLocation hasn't been set yet. This doesn't happen synchronously with the PendingCheckpoint being added to CheckpointCoordinator#pendingCheckpoints.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)