zhijiangW commented on a change in pull request #11382: [FLINK-16554][task]
split StreamTask
URL: https://github.com/apache/flink/pull/11382#discussion_r392026596
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -928,14 +919,16 @@ private void checkpointState(
checkpointMetaData.getCheckpointId(),
checkpointOptions.getTargetLocation());
- CheckpointingOperation checkpointingOperation = new
CheckpointingOperation(
- this,
- checkpointMetaData,
+ CheckpointingOperation.execute(checkpointMetaData,
Review comment:
nit: also make `checkpointMetaData` in separate line?
----------------------------------------------------------------
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