You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/06/17 12:09:44 UTC

[GitHub] [hbase-operator-tools] virajjasani commented on a change in pull request #65: HBASE-24571 HBCK2 fix addFsRegionsMissingInMeta to add regions in CLO…

virajjasani commented on a change in pull request #65:
URL: https://github.com/apache/hbase-operator-tools/pull/65#discussion_r441494478



##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCKMetaTableAccessor.java
##########
@@ -454,6 +457,18 @@ public static Put makePutFromRegionInfo(RegionInfo region, long ts) throws IOExc
     return put;
   }
 
+  private static Put addRegionStateToPut(Put put, RegionState.State state) throws IOException {

Review comment:
       This could be `void addRegionStateToPut` since return value is of no use?




----------------------------------------------------------------
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:
users@infra.apache.org