ChenSammi commented on code in PR #3930:
URL: https://github.com/apache/ozone/pull/3930#discussion_r1016698469
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/client/SCMCertificateClient.java:
##########
@@ -109,6 +109,9 @@ protected InitResponse handleCase(InitCase init)
} else {
return FAILURE;
}
+ case EXPIRED_CERT:
+ LOG.error("SCM CA certificate is about to be expire!");
Review Comment:
Better use warn instead of error here since SCM could still function well in
a period of time.
--
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]