akalash commented on code in PR #28999:
URL: https://github.com/apache/flink/pull/28999#discussion_r3951060340


##########
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/MockRestartingContext.java:
##########
@@ -66,9 +66,9 @@ public void setExpectCreatingExecutionGraph() {
         creatingExecutionGraphStateValidator.expectInput(assertNonNull());
     }
 
-    public void setAvailableVertexParallelism(
-            @Nullable VertexParallelism availableVertexParallelism) {
-        this.availableVertexParallelism = availableVertexParallelism;
+    public void setAchievableVertexParallelism(

Review Comment:
   Renamed to `freeSlotVertexParallelism` everywhere



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

Reply via email to