nyl3532016 commented on a change in pull request #2667:
URL: https://github.com/apache/hbase/pull/2667#discussion_r525746740



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/tool/BulkLoadHFilesTool.java
##########
@@ -615,6 +615,43 @@ private String getUniqueName() {
     return lqis;
   }
 
+  /**
+   * @param startEndKeys the start/end keys of regions belong to this table, 
the list in ascending
+   *          order by start key
+   * @param key the key need to find which region belong to
+   * @param tableName table
+   * @throws IOException the table has hole or overlap, need hbck tool to fix
+   */
+  private int getVaildRegionIndex(List<Pair<byte[], byte[]>> startEndKeys, 
byte[] key,

Review comment:
       sorry, a mistake




----------------------------------------------------------------
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:
[email protected]


Reply via email to