AHeise commented on a change in pull request #10542: [FLINK-12484][runtime] 
move checkpoint lock to source task
URL: https://github.com/apache/flink/pull/10542#discussion_r373412319
 
 

 ##########
 File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/util/AbstractStreamOperatorTestHarness.java
 ##########
 @@ -285,6 +285,10 @@ public void setStateBackend(StateBackend stateBackend) {
                }
        }
 
+       /**
+        * Checkpoint lock in {@link StreamTask} is replaced by {@link 
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor 
StreamTaskActionExecutor}.
+        * <code>getCheckpointLock</code> method was moved from to the {@link 
org.apache.flink.streaming.runtime.tasks.SourceStreamTask SourceStreamTask}.
+        */
        public Object getCheckpointLock() {
 
 Review comment:
   Should be deprecated as well.

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