rkhachatryan commented on a change in pull request #11515: [FLINK-16744][task] 
implement channel state persistence for unaligned checkpoints
URL: https://github.com/apache/flink/pull/11515#discussion_r401847382
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
 ##########
 @@ -271,7 +269,14 @@ protected StreamTask(
                        new ExecutorThreadFactory("AsyncOperations", 
uncaughtExceptionHandler));
 
                this.stateBackend = createStateBackend();
-               this.checkpointStorage = 
stateBackend.createCheckpointStorage(getEnvironment().getJobID());
+
+               this.subtaskCheckpointCoordinator = new 
SubtaskCheckpointCoordinatorImpl(
+                       
stateBackend.createCheckpointStorage(getEnvironment().getJobID()),
 
 Review comment:
   replied in the comment above 
   (this would bring inconsistency with values from getters)

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