XComp commented on code in PR #24910:
URL: https://github.com/apache/flink/pull/24910#discussion_r1631461727


##########
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java:
##########
@@ -573,6 +574,24 @@ public InlineElement getDescription() {
                                             
code(SchedulerExecutionMode.REACTIVE.name()))
                                     .build());
 
+    @Documentation.Section({
+        Documentation.Sections.EXPERT_SCHEDULING,
+        Documentation.Sections.ALL_JOB_MANAGER
+    })
+    public static final ConfigOption<Duration> 
MAXIMUM_DELAY_FOR_RESCALE_TRIGGER =
+            key("jobmanager.adaptive-scheduler.max-delay-for-rescale-trigger")

Review Comment:
   ```suggestion
       public static final ConfigOption<Duration> 
MAXIMUM_DELAY_FOR_SCALE_TRIGGER =
               key("jobmanager.adaptive-scheduler.max-delay-for-scale-trigger")
   ```
   TODO: Renaming suggested in FLIP discussion



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