fapifta commented on code in PR #3982:
URL: https://github.com/apache/ozone/pull/3982#discussion_r1046050390
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsConfigKeys.java:
##########
@@ -193,6 +193,8 @@ public final class HddsConfigKeys {
"hdds.x509.renew.grace.duration";
public static final String HDDS_X509_RENEW_GRACE_DURATION_DEFAULT = "P28D";
+ public static final String HDDS_NEW_KEY_CERT_DIR_NAME_SUFFIX = "-new";
Review Comment:
I think we should make this conform with what we have in hadoop for
previous-current, and based on the pattern of previous I would call the new as
next, so I believe we might have these constants defined as "-next" and
"-previous".
--
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]