echauchot commented on pull request #13040: URL: https://github.com/apache/flink/pull/13040#issuecomment-686507474
@rkhachatryan aslo please note that I tried improving the refactoring by passing the callbacks where needed instead of storing them as fields of _CompletedCheckpoint_ but that would have led to a dependency to _CheckpointCleaner_ and _CheckpointsCoordinator_ in _ZookeeperCheckpointStore_ so I prefered storing the callbacks inside the checkpoint object at creation time where these deps already exist. ---------------------------------------------------------------- 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]
