XComp commented on a change in pull request #15170:
URL: https://github.com/apache/flink/pull/15170#discussion_r594310564
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/recovery/ProcessFailureCancelingITCase.java
##########
@@ -184,6 +165,7 @@ public void run() {
@Override
public Long map(Long
value) throws Exception {
synchronized (this) {
+
System.out.println("waiting");
Review comment:
We might want to add a comment here that refers to
`waitUntilAtLeastOneTaskHasBeenDeployed` to avoid people misinterpreting as
left-over debug code line.
----------------------------------------------------------------
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]