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)