jojochuang commented on code in PR #6285:
URL: https://github.com/apache/ozone/pull/6285#discussion_r1506819273


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java:
##########
@@ -72,14 +72,63 @@ public static Codec<Pipeline> getCodec() {
   }
 
   private static final Logger LOG = LoggerFactory.getLogger(Pipeline.class);
+
+  /**
+   * Inner class that provides thread-safe access to DN list.

Review Comment:
   ```suggestion
      * Inner class that provides thread-safe access to DN list, ordered by 
distance.
   ```



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

Reply via email to