azagrebin commented on a change in pull request #13749:
URL: https://github.com/apache/flink/pull/13749#discussion_r512036774
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/failover/flip1/RestartPipelinedRegionFailoverStrategyTest.java
##########
@@ -260,6 +260,41 @@ public void testRegionFailoverForMultipleVerticesRegions()
throws Exception {
.restarts(v1, v2, v3, v4, v5, v6);
}
+ /**
+ * Tests region failover does not restart vertexes which are already in
initial CREATED state.
+ * <pre>
+ * (v1) ---> (v2) --|--> (v3) ---> (v4) --|--> (v5) ---> (v6)
Review comment:
true, although if we agree on the next @zhuzhurk's suggestion, I would
leave it to include all states which do not require restart.
----------------------------------------------------------------
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]