bharatviswa504 commented on a change in pull request #2000:
URL: https://github.com/apache/ozone/pull/2000#discussion_r603136179
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerRatisServer.java
##########
@@ -651,9 +652,14 @@ private static Parameters
createServerTlsParameters(SecurityConfig conf,
Parameters parameters = new Parameters();
if (conf.isSecurityEnabled() && conf.isGrpcTlsEnabled()) {
+ ArrayList< X509Certificate > listCA = new ArrayList<>();
+ listCA.add(caClient.getCACertificate());
Review comment:
Done. Updated in both OM/DN. Also tested when OM1 got cert from
SCM1(leader), OM2,OM3 got cert from new leader(SCM2/SCM3) OM is able to form a
ratis quorum, and Key create is successful.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]