chrajeshbabu commented on code in PR #5170:
URL: https://github.com/apache/hbase/pull/5170#discussion_r1169853503


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.java:
##########
@@ -474,6 +494,11 @@ private boolean isLargeEnoughForMerge(final 
NormalizerConfiguration normalizerCo
     return getRegionSizeMB(regionInfo) >= 
normalizerConfiguration.getMergeMinRegionSizeMb(ctx);
   }
 
+  private boolean isPresplitEmptyRegion(final NormalizerConfiguration 
normalizerConfiguration,
+    final NormalizeContext ctx, final RegionInfo regionInfo) {
+    return getStoreFileCount(regionInfo) == 0 &&

Review Comment:
   @ndimiduk agree with you. Will close this PR as of now as there is no other 
means to detect the presplit regions from meta data and reopen in case of any 
best option. 



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

Reply via email to