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_r265112532
 
 

 ##########
 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:
   I am ok with a different name, I used them mainly to make clear what I mean. 
If you like `Worker` more, that is ok for me.

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