echauchot removed a comment on pull request #13040: URL: https://github.com/apache/flink/pull/13040#issuecomment-688844832
> checkpointCleaningFinishedCallback Yes I think this refactoring will work from _CompletedCheckpoint_ and is indeed better as it allows to keep the cleaning logic inside _CheckpointsCleaner_. But for _PendingCheckpoint_, there was already, before this PR, some cleaning logic inside _PendingCheckpoint.dispose()_. Do you want that we move this logic to _CheckpointsCleaner_ as well ? If yes, it would mean another callback like _CheckpointsCleaner.cleanStates()_ ---------------------------------------------------------------- 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]
