zhijiangW commented on a change in pull request #8608: [FLINK-11392][network]
Introduce ShuffleEnvironment interface
URL: https://github.com/apache/flink/pull/8608#discussion_r290571947
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTerminationTest.java
##########
@@ -150,7 +150,7 @@ public void
testConcurrentAsyncCheckpointCannotFailFinishedStreamTask() throws E
final TaskManagerRuntimeInfo taskManagerRuntimeInfo = new
TestingTaskManagerRuntimeInfo();
- final NetworkEnvironment networkEnv = new
NetworkEnvironmentBuilder().build();
+ final ShuffleEnvironment networkEnv = new
NetworkEnvironmentBuilder().build();
Review comment:
rename `shuffleEnvironment` for `networkEnv`
----------------------------------------------------------------
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