XComp commented on code in PR #24248:
URL: https://github.com/apache/flink/pull/24248#discussion_r1494741651
##########
flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java:
##########
@@ -427,7 +427,8 @@ public void
testCheckpointRescalingWithKeyedAndNonPartitionedState() throws Exce
restClusterClient.updateJobResourceRequirements(jobID,
builder.build()).join();
- waitForRunningTasks(restClusterClient, jobID, parallelism2);
+ // Source is parallelism, the flatMapper & Sink is parallelism2
+ waitForRunningTasks(restClusterClient, jobID, parallelism +
parallelism2);
Review Comment:
I checked that the shortening the cooldown phase works in PR #24246 . Not
sure what I meant initially. :innocent:
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]