XComp commented on code in PR #25218: URL: https://github.com/apache/flink/pull/25218#discussion_r2085085126
########## flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java: ########## @@ -677,6 +679,31 @@ public InlineElement getDescription() { code(SchedulerType.AdaptiveBatch.name())) .build()); + @Experimental + @Documentation.Section({ + Documentation.Sections.EXPERT_SCHEDULING, + Documentation.Sections.ALL_JOB_MANAGER + }) + public static final ConfigOption<Boolean> SCHEDULER_PREFER_MINIMAL_TASKMANAGERS_ENABLED = + key("jobmanager.adaptive-scheduler.prefer-minimal-taskmanagers") + .booleanType() + .defaultValue(true) Review Comment: That said, I won't block my approval since it looks like the everyone else tends to prefer the approach with the feature flag being enabled based on the thumbs up in the [other comment](https://github.com/apache/flink/pull/25218#issuecomment-2872819736). -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org