This is an automated email from the ASF dual-hosted git repository. vjasani pushed a commit to branch HBASE-29368-key-management-feature in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 3795b399e208d4e66db03cf66e37daa6648192d7 Merge: ece4719261c 4cc36d45b89 Author: Viraj Jasani <[email protected]> AuthorDate: Fri Aug 15 10:59:10 2025 -0700 Merge branch 'master' of github.com:apache/hbase into HBASE-29368-key-management-feature dev-support/create-release/release-build.sh | 9 +- dev-support/create-release/release-util.sh | 115 ++++++-- .../hadoop/hbase/ipc/ServerTooBusyException.java | 3 + .../java/org/apache/hadoop/hbase/net/Address.java | 3 +- .../apache/hadoop/hbase/PerformanceEvaluation.java | 6 +- .../org/apache/hadoop/hbase/http/InfoServer.java | 38 ++- .../hadoop/hbase/IntegrationTestBackupRestore.java | 75 ++++-- .../apache/hadoop/hbase/mapreduce/CellCreator.java | 31 --- .../mapreduce/SimpleTotalOrderPartitioner.java | 48 +--- .../mapreduce/TestSimpleTotalOrderPartitioner.java | 8 +- .../hbase/quotas/RegionServerRpcQuotaManager.java | 8 + .../hbase/regionserver/HRegionFileSystem.java | 23 -- .../apache/hadoop/hbase/regionserver/HStore.java | 5 +- .../hbase/regionserver/MetricsRegionServer.java | 16 ++ .../hadoop/hbase/regionserver/StoreEngine.java | 3 +- .../metrics/MetricsThrottleExceptions.java | 80 ++++++ .../MigrationStoreFileTracker.java | 6 + .../storefiletracker/StoreFileTracker.java | 7 + .../storefiletracker/StoreFileTrackerBase.java | 12 + .../hbase/replication/ChainWALEntryFilter.java | 7 + .../replication/ClusterMarkingEntryFilter.java | 4 +- .../hbase/replication/ScopeWALEntryFilter.java | 16 +- .../hadoop/hbase/replication/WALEntryFilter.java | 14 + .../hbase/replication/WALEntryFilterBase.java | 66 +++++ .../regionserver/ReplicationSource.java | 1 + .../SerialReplicationSourceWALReader.java | 16 +- .../wal/AbstractRecoveredEditsOutputSink.java | 97 +++++-- .../org/apache/hadoop/hbase/wal/WALSplitUtil.java | 19 +- .../io/hfile/bucket/TestBucketCacheRefCnt.java | 9 + .../TestCompactionArchiveConcurrentClose.java | 38 +-- .../hadoop/hbase/regionserver/TestHRegion.java | 3 +- .../hadoop/hbase/regionserver/TestHStore.java | 6 +- .../regionserver/TestMetricsRegionServer.java | 43 +++ .../metrics/TestMetricsThrottleExceptions.java | 294 +++++++++++++++++++++ .../TestBidirectionSerialReplicationStuck.java | 79 ++++++ .../hbase/replication/TestReplicationBase.java | 51 ++-- .../TestReplicationWALEntryFilters.java | 11 +- .../org/apache/hadoop/hbase/wal/TestWALSplit.java | 69 ++++- hbase-shell/src/main/ruby/hbase/admin.rb | 10 +- hbase-shell/src/test/ruby/hbase/admin2_test.rb | 6 + pom.xml | 2 +- 41 files changed, 1104 insertions(+), 253 deletions(-)
