This is an automated email from the ASF dual-hosted git repository.
junegunn pushed a change to branch HBASE-30354
in repository https://gitbox.apache.org/repos/asf/hbase.git
discard 98519d89d76 HBASE-30354 Add JDK 21 nightly checks
add ea235ff87b2 Revert "HBASE-30348 Throttles should work for system
tables (excluding quotas, meta) (#8585)"
add acc0bfc54a7 HBASE-30346: Fix NPE in AbstractFSWAL WAL-roll debug
logging aborting RegionServer (#8580)
add f9f0ca78220 HBASE-30356 Bump fast-uri from 3.1.5 to 3.1.7 in
/hbase-website (#8612)
add 5432392fe1f HBASE-30349 MobFileCleanupUtil: use human-readable date
instead of timestamp in logs (#8592)
add 97ba2dfb0dd HBASE-30358 Fix TestMetaTableForReplica on Java 21 (#8621)
add 840cb1e4bcb HBASE-30354 Add JDK 21 nightly checks
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (98519d89d76)
\
N -- N -- N refs/heads/HBASE-30354 (840cb1e4bcb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../hadoop/hbase/mob/MobFileCleanupUtil.java | 3 +-
.../org/apache/hadoop/hbase/quotas/QuotaCache.java | 2 +-
.../org/apache/hadoop/hbase/quotas/QuotaUtil.java | 14 --
.../hbase/quotas/RegionServerRpcQuotaManager.java | 2 +-
.../hadoop/hbase/regionserver/wal/FSHLog.java | 12 +-
.../hadoop/hbase/TestMetaTableForReplica.java | 61 ++-------
.../apache/hadoop/hbase/quotas/TestQuotaUtil.java | 65 ---------
.../hadoop/hbase/regionserver/wal/TestFSHLog.java | 40 ++++++
hbase-website/package-lock.json | 147 +++++++++++----------
9 files changed, 138 insertions(+), 208 deletions(-)
delete mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaUtil.java