ChenSammi commented on code in PR #5163:
URL: https://github.com/apache/ozone/pull/5163#discussion_r1361524537
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMSecurityProtocolServer.java:
##########
@@ -341,14 +356,15 @@ public String getSCMCertificate(ScmNodeDetailsProto
scmNodeDetails,
* @throws IOException
*/
private synchronized String getEncodedCertToString(String certSignReq,
- NodeType nodeType) throws IOException {
+ NodeType nodeType, String certSerialId) throws IOException {
Review Comment:
Make sense.
--
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]