RocMarshal commented on code in PR #27580:
URL: https://github.com/apache/flink/pull/27580#discussion_r2835751589


##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/AccessExecutionGraph.java:
##########
@@ -226,4 +227,11 @@ public interface AccessExecutionGraph extends 
JobStatusProvider {
      * @return ID of the application this job belongs to.
      */
     Optional<ApplicationID> getApplicationId();
+
+    /***
+     * Get the rescale related configuration when using {@link 
org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler}.
+     * @return The rescale related configuration if the scheduler is not 
AdaptiveScheduler, null else.

Review Comment:
   Nice catch!



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