yangjiandan commented on code in PR #7527:
URL: https://github.com/apache/hadoop/pull/7527#discussion_r2013340650
##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeys.java:
##########
@@ -243,6 +243,9 @@ public class CommonConfigurationKeys extends
CommonConfigurationKeysPublic {
"hadoop.security.token.service.use_ip";
public static final boolean HADOOP_SECURITY_TOKEN_SERVICE_USE_IP_DEFAULT =
true;
+ public static final String HADOOP_SECURITY_HOSTNAME_CACHE_INTERVAL =
Review Comment:
Good suggestion, and thanks for your feedback!
I looked through other interval-related keys in the hadoop project, and it
seems that using "interval.seconds" as suffix is quite common.
To stay consistent with existing convention, I plan to follow that naming
style.
--
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]