HBASE-27661 Set size of systable queue in UT (#5053)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
36bb0d1f6c
commit
bc31e68e85
|
@ -79,6 +79,7 @@ public class TestSlowLogAccessor {
|
|||
conf.setBoolean(HConstants.SLOW_LOG_SYS_TABLE_ENABLED_KEY, true);
|
||||
conf.setInt("hbase.slowlog.systable.chore.duration", 900);
|
||||
conf.setInt("hbase.regionserver.slowlog.ringbuffer.size", 50000);
|
||||
conf.setInt("hbase.regionserver.slowlog.systable.queue.size", 5000);
|
||||
HBASE_TESTING_UTILITY.startMiniCluster();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue