zentol commented on a change in pull request #7396: [FLINK-11250] fix thread 
lack when StreamTask switched from DEPLOYING to CANCELING
URL: https://github.com/apache/flink/pull/7396#discussion_r244703682
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
 ##########
 @@ -1111,10 +1116,10 @@ private void 
checkpointStreamOperator(StreamOperator<?> op) throws Exception {
                        if (null != op) {
 
                                OperatorSnapshotFutures snapshotInProgress = 
op.snapshotState(
-                                               
checkpointMetaData.getCheckpointId(),
-                                               
checkpointMetaData.getTimestamp(),
-                                               checkpointOptions,
-                                               storageLocation);
+                                       checkpointMetaData.getCheckpointId(),
+                                       checkpointMetaData.getTimestamp(),
 
 Review comment:
   revert

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to