tillrohrmann commented on a change in pull request #8452: [FLINK-12432][runtime] Add SchedulerNG stub implementation URL: https://github.com/apache/flink/pull/8452#discussion_r284708583
########## File path: flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java ########## @@ -119,18 +119,6 @@ text("'region': Restarts all tasks that could be affected by the task failure.") ).build()); - /** - * This option specifies the interval in order to trigger a resource manager reconnection if the connection - * to the resource manager has been lost. - * - * <p>This option is only intended for internal use. - */ - public static final ConfigOption<Long> RESOURCE_MANAGER_RECONNECT_INTERVAL = - key("jobmanager.resourcemanager.reconnect-interval") - .defaultValue(2000L) - .withDescription("This option specifies the interval in order to trigger a resource manager reconnection if the connection" + - " to the resource manager has been lost. This option is only intended for internal use."); - Review comment: This requires an update of the docs via `mvn package -Dgenerate-config-docs -pl flink-docs` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services