Apache9 commented on a change in pull request #214: HBASE-22072 High read/write 
intensive regions may cause long crash
URL: https://github.com/apache/hbase/pull/214#discussion_r280797305
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java
 ##########
 @@ -97,7 +120,20 @@
   private static final int CELL_GRID_BLOCK3_BOUNDARY = 11;
   private static final int CELL_GRID_BLOCK4_BOUNDARY = 15;
   private static final int CELL_GRID_BLOCK5_BOUNDARY = 19;
-
+  private final static byte[] fam = Bytes.toBytes("cf_1");
+
+  @BeforeClass
+  public static void setUp() throws Exception {
 
 Review comment:
   Can we use a new test for this? The TestStoreScanner is already complicated 
enough...

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


With regards,
Apache Git Services

Reply via email to