You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/07/22 15:27:49 UTC

[GitHub] [accumulo] cshannon commented on a diff in pull request #2808: Updating LocalityCheck utility to extend KeywordExecutable

cshannon commented on code in PR #2808:
URL: https://github.com/apache/accumulo/pull/2808#discussion_r927763946


##########
server/base/src/main/java/org/apache/accumulo/server/util/LocalityCheck.java:
##########
@@ -87,7 +102,7 @@ public int run(String[] args) throws Exception {
               blocksForHost);
         }
       }
-      return 0;
+      // return 0;

Review Comment:
   @dlmarion - Oops, good catch, I meant to get rid of that. I just pushed an updated PR with that line removed.



-- 
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: notifications-unsubscribe@accumulo.apache.org

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