AHeise commented on a change in pull request #15613:
URL: https://github.com/apache/flink/pull/15613#discussion_r613836901
##########
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:
And the second comment was lost...
We could move the await inside the loop, outside the sync block. Now it's
rather a zombie then a living source.
--
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]