HBASE-27661 Set size of systable queue in UT (#5053)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit bc31e68e857c5bb51b7de77c2f5c2e06153d0cd1)
This commit is contained in:
parent
0747f0c934
commit
a571852a09
@ -80,6 +80,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…
x
Reference in New Issue
Block a user