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

zhangduo pushed a change to branch HBASE-26233
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 9bb10de  HBASE-26448 Make sure we do not flush a region too frequently 
(#3847)
    omit 7de82bb  HBASE-26449 The way we add or clear failedReplicas may have 
race (#3846)
    omit 3094c25  HBASE-26413 Limit the total size of buffered region 
replication entries (#3844)
    omit 641c8a9  HBASE-26412 Handle sink failure in RegionReplicationSink 
(#3815)
    omit 0762454  HBASE-26407 Introduce a region replication sink for sinking 
WAL edits to secondary replicas directly (#3807)
     add 69a4eda  HBASE-26443 Some BaseLoadBalancer log lines should be at 
DEBUG level (#3838)
     add d92e908  HBASE-26444 BucketCacheWriter should log only the 
BucketAllocatorException message, not the full stack trace (#3840)
     add cda5a87  HBASE-26446 CellCounter should report serialized cell size 
counts too (#3841)
     new fb48ee5  HBASE-26407 Introduce a region replication sink for sinking 
WAL edits to secondary replicas directly (#3807)
     new 1367f06  HBASE-26412 Handle sink failure in RegionReplicationSink 
(#3815)
     new 13423d0  HBASE-26413 Limit the total size of buffered region 
replication entries (#3844)
     new cb8b705  HBASE-26449 The way we add or clear failedReplicas may have 
race (#3846)
     new 2fb181d  HBASE-26448 Make sure we do not flush a region too frequently 
(#3847)

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   (9bb10de)
            \
             N -- N -- N   refs/heads/HBASE-26233 (2fb181d)

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.

The 5 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/master/balancer/BaseLoadBalancer.java    |  2 +-
 .../apache/hadoop/hbase/mapreduce/CellCounter.java | 58 +++++++++++++---------
 .../hadoop/hbase/io/hfile/bucket/BucketCache.java  | 39 ++++++++++-----
 .../org/apache/hadoop/hbase/master/HMaster.java    |  2 +-
 4 files changed, 63 insertions(+), 38 deletions(-)

Reply via email to