zhijiangW commented on a change in pull request #11382: [FLINK-16554][task]
split StreamTask
URL: https://github.com/apache/flink/pull/11382#discussion_r392026854
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/LocalStateForwardingTest.java
##########
@@ -105,13 +105,12 @@ public void
testReportingFromSnapshotToTaskStateManager() {
OperatorID operatorID = new OperatorID();
snapshots.put(operatorID, osFuture);
- StreamTask.AsyncCheckpointRunnable checkpointRunnable =
- new StreamTask.AsyncCheckpointRunnable(
- testStreamTask,
+ AsyncCheckpointRunnable checkpointRunnable =
+ new AsyncCheckpointRunnable(
snapshots,
checkpointMetaData,
checkpointMetrics,
- 0L);
+ 0L, testStreamTask.getName(),
testStreamTask.getCancelables(), testStreamTask.getEnvironment(),
testStreamTask);
Review comment:
nit: split line for every field.
----------------------------------------------------------------
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