StefanRRichter commented on a change in pull request #7970: 
[FLINK-11874][checkpoint] Split CheckpointStorage interface to distinguish JM 
and TM side
URL: https://github.com/apache/flink/pull/7970#discussion_r265094182
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
 ##########
 @@ -246,8 +247,12 @@ public CheckpointCoordinator(
                this.checkpointProperties = 
CheckpointProperties.forCheckpoint(retentionPolicy);
 
                try {
-                       this.checkpointStorage = 
checkpointStateBackend.createCheckpointStorage(job);
+                       this.checkpointStorage = (CheckpointCoordinatorStorage) 
checkpointStateBackend.createCheckpointStorage(job);
 
 Review comment:
   Think this would alsor reduce the changes in the tests.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to