Apache9 commented on a change in pull request #1774:
URL: https://github.com/apache/hbase/pull/1774#discussion_r446471594



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/CatalogFamilyFormat.java
##########
@@ -363,4 +370,27 @@ public static Delete removeRegionReplica(byte[] metaRow, 
int replicaIndexToDelet
     }
     return deleteReplicaLocations;
   }
+
+  private static byte[] buildLocateRegionStartRow(TableName tableName, byte[] 
row,
+    RegionLocateType locateType) {
+    if (locateType.equals(RegionLocateType.BEFORE)) {

Review comment:
       You mean the 'RegionLocateType'? Or just change the method name?




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


Reply via email to