GJL commented on a change in pull request #8804: [FLINK-12883][WIP][runtime] 
Add elaborated partition release logic
URL: https://github.com/apache/flink/pull/8804#discussion_r299409616
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphPartitionReleaseTest.java
 ##########
 @@ -110,6 +111,68 @@ public void 
testStrategyNotifiedOfFinishedVerticesAndResultsRespected() throws E
                });
        }
 
+       @Test
+       public void testStrategyNotifiedOfUnFinishedVertices() throws Exception 
{
+               // setup a pipeline of 3 failover regions (f1 -> f2 -> f3), 
where
 
 Review comment:
   What is `f3`? According to the description `sourceVertex` is in `f1`, `o1`, 
`o2`, `o3` are in `f2`. There are no more operators.

----------------------------------------------------------------
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

Reply via email to