Skip to content

Commit

Permalink
HBASE-27661 Set size of systable queue in UT (#5053)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit bc31e68)
  • Loading branch information
thangTang authored and Apache9 committed Feb 25, 2023
1 parent 7cb4a58 commit 32d3373
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public static void setup() throws Exception {
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();
}

Expand Down

0 comments on commit 32d3373

Please sign in to comment.