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

dependabot[bot] pushed a change to branch 
dependabot/maven/at.yawk.lz4-lz4-java-1.11.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


    omit 49f5e04090e Bump at.yawk.lz4:lz4-java from 1.10.4 to 1.11.1
     add bf473e55cf3 HBASE-30299 SimpleRegionNormalizer should not attempt to 
merge primary and secondary replicas (#8498)
     add 83fb1e9c2b4 HBASE-30306 Bump gitpython in 
/dev-support/git-jira-release-audit (#8500)
     add 9b4bca68af3 HBASE-30300 CacheAwareLoadBalancer disproportionally 
favouring cache ratio over skewness (#8502)
     add 3b378d75a5c HBASE-30304 Prevent Bytes.toBytesBinary from throwing on 
truncated \x escape (#8508)
     add 1de0aefd27b HBASE-29696 Fix incorrect TableInputFormat split 
boundaries (#8491)
     add 28808cc4f14 HBASE-30301: Flush command hangs instead of failing for 
read-only clusters (#8503)
     add f07a9fe1d89 HBASE-30285 BucketCache shutdown/disable does not release 
backingMap-owned BucketEntry references (#8469)
     add 7dec5606896 HBASE-30307 Bump gitpython from 3.1.50 to 3.1.54 in 
/dev-support/flaky-tests (#8499)
     add ec2b094589c Bump at.yawk.lz4:lz4-java from 1.10.4 to 1.11.1

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   (49f5e04090e)
            \
             N -- N -- N   
refs/heads/dependabot/maven/at.yawk.lz4-lz4-java-1.11.1 (ec2b094589c)

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:
 dev-support/flaky-tests/python-requirements.txt    |   2 +-
 .../git-jira-release-audit/requirements.txt        |   2 +-
 .../master/balancer/BalancerClusterState.java      |  16 +-
 .../master/balancer/CacheAwareLoadBalancer.java    | 172 ++++---
 .../java/org/apache/hadoop/hbase/util/Bytes.java   |   2 +-
 .../apache/hadoop/hbase/util/BytesTestBase.java    |   4 +-
 .../hbase/mapreduce/TableInputFormatBase.java      |   3 +
 .../hbase/mapreduce/TestTableInputFormatBase.java  |  21 +
 .../hadoop/hbase/io/hfile/bucket/BucketCache.java  | 221 ++++++---
 .../hbase/io/hfile/bucket/BucketProtoUtils.java    |   8 +
 .../master/normalizer/SimpleRegionNormalizer.java  |   2 +
 .../security/access/MasterReadOnlyController.java  |   7 +
 .../hfile/TestBlockEvictionOnRegionMovement.java   |  29 +-
 .../hbase/io/hfile/bucket/TestBucketCache.java     |  38 +-
 .../io/hfile/bucket/TestBucketCacheRefCnt.java     | 349 +++++++++++++
 .../balancer/TestCacheAwareLoadBalancer.java       | 542 ++++++++++++++++++++-
 ...lancerWithCacheAwareLoadBalancerAsInternal.java |  84 +++-
 .../normalizer/TestSimpleRegionNormalizer.java     |  23 +
 .../hbase/security/access/SecureTestUtil.java      |  31 ++
 .../security/access/TestReadOnlyController.java    |  26 +-
 .../access/TestReadOnlyControllerFlush.java        | 134 +++++
 .../TestReadOnlyControllerMasterObserver.java      |   7 +
 22 files changed, 1499 insertions(+), 224 deletions(-)
 create mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestReadOnlyControllerFlush.java

Reply via email to