fapifta commented on code in PR #5009:
URL: https://github.com/apache/ozone/pull/5009#discussion_r1252404522


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -640,6 +638,16 @@ private OzoneManager(OzoneConfiguration conf, 
StartupOption startupOption)
           HddsServerUtil.getSecretKeyClientForOm(conf);
       secretKeyClient = new DefaultSecretKeySignerClient(secretKeyProtocol);
     }
+    serviceInfo = new ServiceInfoProvider(
+        configuration, this, certClient,
+        (certificateClient, config) -> {
+          try {
+            return HAUtils.buildCAList(certificateClient, config);
+          } catch (Exception e) {
+            throw new RuntimeException(e);
+          }
+        });

Review Comment:
   Ah, yes, I forget about that class... Thank you for the suggestion!



-- 
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]

Reply via email to