zentol commented on a change in pull request #15497:
URL: https://github.com/apache/flink/pull/15497#discussion_r608793070



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java
##########
@@ -297,28 +297,30 @@ private static void assertPreconditions(JobGraph 
jobGraph) throws RuntimeExcepti
      * executing the graph we should respect what we are actually given.
      *
      * @param vertices The vertices to store parallelism information for
-     * @param adjustParallelisms Whether to adjust the parallelisms
+     * @param adjustParallelism Whether to adjust the parallelism
      * @return The parallelism store.
      */
     @VisibleForTesting
     static VertexParallelismStore computeReactiveModeVertexParallelismStore(
-            Iterable<JobVertex> vertices, boolean adjustParallelisms) {
+            Iterable<JobVertex> vertices,
+            Function<JobVertex, Integer> defaultMaxParallelismFunc,

Review comment:
       missing javadoc description




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


Reply via email to