ChenSammi commented on code in PR #5009:
URL: https://github.com/apache/ozone/pull/5009#discussion_r1247793121
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsConfigKeys.java:
##########
@@ -216,6 +216,10 @@ public final class HddsConfigKeys {
// format hh:mm:ss, representing hour, minute, and second
public static final String HDDS_X509_CA_ROTATION_TIME_OF_DAY_DEFAULT =
"02:00:00";
+ public static final String HDDS_X509_ROOTCA_CLIENT_POLLING_FREQUENCY =
+ "hdds.x509.rootca.client.polling.frequency";
Review Comment:
I would suggest use "interval" instead of "frequency" here and all other
places, to be consistent with existing other properties.
--
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]