This is an automated email from the ASF dual-hosted git repository.

bbeaudreault pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from 19dd61141fb Preparing development version 2.6.1-SNAPSHOT
     new d673dddcb72 HBASE-28453 FixedIntervalRateLimiter support for a shorter 
refill interval (#5773)
     new 3dc5123a6ce HBASE-28449 Fix backupSystemTable prefix scans (#5768)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../hbase/backup/impl/BackupSystemTable.java       | 12 +---
 .../hadoop/hbase/backup/TestBackupSystemTable.java |  9 +++
 .../hbase/quotas/FixedIntervalRateLimiter.java     | 49 ++++++++++++++-
 .../apache/hadoop/hbase/quotas/RateLimiter.java    |  6 +-
 .../hadoop/hbase/quotas/TimeBasedLimiter.java      | 20 ++++---
 .../hadoop/hbase/quotas/TestRateLimiter.java       | 69 ++++++++++++++++++++++
 6 files changed, 141 insertions(+), 24 deletions(-)

Reply via email to