HBASE-27661 Set size of systable queue in UT (#5053)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit bc31e68e85
)
This commit is contained in:
parent
7cb4a58bb1
commit
32d33735df
|
@ -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…
Reference in New Issue