tillrohrmann commented on a change in pull request #7568: [FLINK-11417] Make
access to ExecutionGraph single threaded from JobMaster main thread
URL: https://github.com/apache/flink/pull/7568#discussion_r252295660
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/IndividualRestartsConcurrencyTest.java
##########
@@ -83,6 +84,13 @@
*/
public class IndividualRestartsConcurrencyTest extends TestLogger {
Review comment:
The concurrent tests are actually covered by the
`PipelinedRegionFailoverConcurrencyTest`. By controlling when an `Execution` is
cancelled we can effectively control when the restart behaviour is triggered on
the `ExecutionGraph`. That way, we don't need to add custom concurrent
`FailoverStrategies` just for testing purposes.
----------------------------------------------------------------
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