slfan1989 commented on code in PR #5810:
URL: https://github.com/apache/hadoop/pull/5810#discussion_r1266333007
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml:
##########
@@ -5426,4 +5426,36 @@
<value>100ms</value>
</property>
+ <property>
+ <description>
+ The interval at which the policy generator runs, default is one hour
+ </description>
+ <name>yarn.federation.gpg.policy.generator.interval-ms</name>
Review Comment:
Thank you for the reminder. I plan to implement this part according to the
new specifications, excluding "ms". I will retain the old configuration and add
a new configuration. During parsing, I will handle both configurations. If a
user uses the old configuration, I will log a message to inform them.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]