ramkrish86 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_r281063865
##########
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:
Sure. will move the test to a new class
----------------------------------------------------------------
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