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:
tianhang 2023-02-25 23:15:09 +08:00 committed by Duo Zhang
parent 7cb4a58bb1
commit 32d33735df
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}