xiaoyuyao commented on a change in pull request #601: HDDS-1119. DN get OM 
certificate from SCM CA for block token validat…
URL: https://github.com/apache/hadoop/pull/601#discussion_r265361659
 
 

 ##########
 File path: 
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/protocol/DatanodeDetails.java
 ##########
 @@ -398,4 +421,22 @@ public boolean equals(Object anObject) {
     }
   }
 
+  /**
+   * Returns serial id of SCM issued certificate.
+   *
+   * @return IP address
+   */
+  public String getCertSerialId() {
+    return certSerialId;
+  }
+
+  /**
+   * Returns serial id of SCM issued certificate.
+   *
+   * @return IP address
 
 Review comment:
   Javadoc copy paste error like above, this one set and does not return.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to