dawidwys commented on a change in pull request #15613:
URL: https://github.com/apache/flink/pull/15613#discussion_r613840707
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java
##########
@@ -876,6 +887,8 @@ public void run(SourceContext<Integer> ctx) throws
Exception {
break;
}
}
+
+ canFinishLatch.await();
Review comment:
Not really... We won't have any progress if we move it into the loop.
What is the problem with a "zombie" source? The only difference is in the
internal `running` flag, which is not visible outside the source anyway.
--
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]