Galsza commented on code in PR #3930:
URL: https://github.com/apache/ozone/pull/3930#discussion_r1015589395
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/HddsDatanodeService.java:
##########
@@ -339,6 +339,11 @@ public void initializeCertificateClient(OzoneConfiguration
config)
LOG.info("Initializing secure Datanode.");
CertificateClient.InitResponse response = dnCertClient.init();
+ if (response.equals(CertificateClient.InitResponse.REINIT)) {
Review Comment:
Unfortunately not, the rest of the switch cases rely on this
reinitialization.
--
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]