bharatviswa504 commented on a change in pull request #2041:
URL: https://github.com/apache/ozone/pull/2041#discussion_r597403518
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/StorageContainerManager.java
##########
@@ -668,7 +672,9 @@ private CertificateServer
initializeCertificateServer(String clusterID,
.setRatisServer(scmHAManager.getRatisServer())
.setCRLSequenceId(getLastSequenceIdForCRL()).build();
- return new DefaultCAServer(subject, clusterID, scmID, certStore);
+ return new DefaultCAServer(subject, clusterID, scmID, certStore,
+ new DefaultProfile(),
Review comment:
When this PR code is integrated, when 2 CA Servers are started will
change this. It will come in next in PR. As to make current tests pass, used
DefaultProfile
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/StorageContainerManager.java
##########
@@ -668,7 +672,9 @@ private CertificateServer
initializeCertificateServer(String clusterID,
.setRatisServer(scmHAManager.getRatisServer())
.setCRLSequenceId(getLastSequenceIdForCRL()).build();
- return new DefaultCAServer(subject, clusterID, scmID, certStore);
+ return new DefaultCAServer(subject, clusterID, scmID, certStore,
+ new DefaultProfile(),
Review comment:
When this PR code is integrated, when 2 CA Servers are started will
change this. It will come in next in PR. As to make current code work, used
DefaultProfile
--
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]