You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/25 05:04:36 UTC

[GitHub] [ozone] ChenSammi commented on a diff in pull request #3342: HDDS-6640. Node.isAncestor might return incorrect result

ChenSammi commented on code in PR #3342:
URL: https://github.com/apache/ozone/pull/3342#discussion_r857259961


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/net/NodeImpl.java:
##########
@@ -231,4 +231,14 @@ private String getPath() {
         this.location + this.name :
         this.location + PATH_SEPARATOR_STR + this.name;
   }
+
+  public static void main(String[] args) {

Review Comment:
   Can we remove this main class? 



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org