tillrohrmann opened a new pull request #15468: URL: https://github.com/apache/flink/pull/15468
The AbstractHaServices should always first delete the HA data (pointers to jobs and checkpoints) before deleting the referenced objects such as blobs. That way we ensure that we don't leave the system in an invalid state if the process stops abruptly because either all the data is still available or the pointers have been cleared and Flink only leaves some orphaned blobs. The case where the pointers are still there but not the blobs will no longer be possible with this fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
