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/07/02 01:12:15 UTC

[GitHub] [hbase] huaxiangsun commented on a change in pull request #1986: HBASE-24581 Skip compaction request/check for replica regions at the …

huaxiangsun commented on a change in pull request #1986:
URL: https://github.com/apache/hbase/pull/1986#discussion_r448694394



##########
File path: hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestRegionReplicaSplit.java
##########
@@ -109,7 +109,7 @@ public void testRegionReplicaSplitRegionAssignment() throws Exception {
         }
       }
       // There are 6 regions before split, 9 regions after split.
-      HTU.getAdmin().split(table.getName(), Bytes.toBytes(1));
+      HTU.getAdmin().split(table.getName(), Bytes.toBytes("d"));

Review comment:
       The latest patch addresses it, it now makes sure that every region has some hfiles (including the split daughter regions).




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