kylemeow commented on a change in pull request #13706:
URL: https://github.com/apache/flink/pull/13706#discussion_r508955384
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java
##########
@@ -308,6 +308,19 @@
.defaultValue(Integer.MAX_VALUE)
.withDescription("The max number of completed jobs that
can be kept in the job store.");
+ /**
+ * Flag indicating whether JobManager would retrieve canonical host
name of TaskManager during registration.
+ */
+ @Documentation.Section(Documentation.Sections.EXPERT_SCHEDULING)
Review comment:
Thanks for pointing out, and I have changed it as suggested : )
----------------------------------------------------------------
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:
[email protected]