tillrohrmann commented on a change in pull request #16946:
URL: https://github.com/apache/flink/pull/16946#discussion_r701356239
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
##########
@@ -331,6 +331,22 @@
+ "JobManager could be faster, since no
reverse DNS lookup is performed. "
+ "However, local input split assignment
(such as for HDFS files) may be impacted.");
+ @Documentation.Section(Documentation.Sections.EXPERT_JOB_MANAGER)
+ public static final ConfigOption<Integer> JOB_MANAGER_FUTURE_THREADS =
+ key("jobmanager.future-executor.numThreads")
+ .intType()
+ .noDefaultValue()
+ .withDescription(
+ "The number of jobmanager future-executor threads
for shared services.");
Review comment:
Yes, this is correct. I think we can mention the default in the
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]