smengcl commented on code in PR #4811:
URL: https://github.com/apache/ozone/pull/4811#discussion_r1220615101


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockLocationInfo.java:
##########
@@ -176,6 +176,20 @@ public String  toString() {
         + '}';
   }
 
+  public boolean equalsForSDS(Object o) {

Review Comment:
   better name?
   
   ```suggestion
     public boolean hasSameBlockAs(Object o) {
   ```



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