Skip to content

Commit bc31e68

Browse files
authored
HBASE-27661 Set size of systable queue in UT (apache#5053)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 36bb0d1 commit bc31e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/namequeues/TestSlowLogAccessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static void setup() throws Exception {
7979
conf.setBoolean(HConstants.SLOW_LOG_SYS_TABLE_ENABLED_KEY, true);
8080
conf.setInt("hbase.slowlog.systable.chore.duration", 900);
8181
conf.setInt("hbase.regionserver.slowlog.ringbuffer.size", 50000);
82+
conf.setInt("hbase.regionserver.slowlog.systable.queue.size", 5000);
8283
HBASE_TESTING_UTILITY.startMiniCluster();
8384
}
8485

0 commit comments

Comments
 (0)