tillrohrmann commented on a change in pull request #7676: [FLINK-11364][tests]
Port TaskManagerFailsITCase to new code base
URL: https://github.com/apache/flink/pull/7676#discussion_r256300086
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/TestingMiniCluster.java
##########
@@ -74,8 +74,13 @@ public TestingMiniCluster(TestingMiniClusterConfiguration
miniClusterConfigurati
}
@Override
- public void startTaskExecutor(boolean localCommunication) throws
Exception {
Review comment:
are you suggesting to always start the `TaskExecutors` with
`localCommunication = false`? Or only for the `TestingMiniCluster`? The latter
should now be the case.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services