You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2022/06/21 05:34:39 UTC

[hbase] branch HBASE-26913-replication-observability-framework updated (3ccbd47dfad -> 7229b2a1b19)

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

vjasani pushed a change to branch HBASE-26913-replication-observability-framework
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from 3ccbd47dfad HBASE-27085 Create REPLICATION_SINK_TRACKER table to persist marker rows coming from source cluster (#4486)
     add 5e5d18bf212 HBASE-27117 Update the method comments for RegionServerAccounting (#4532)
     add 89bda2c3224 HBASE-27125 The batch size of cleaning expired mob files should have an upper bound (#4541)
     add a0a018d6c3b HBASE-27128 when open archiveRetries totalLogSize calculation mistake (#4546)
     add b498efdbc1f HBASE-27099 The log printing fspread/fsread cost time unit should be milliseconds (#4500)
     new 7229b2a1b19 Merge branch 'master' into HBASE-26913-replication-observability-framework

The 1 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:
 .../apache/hadoop/hbase/io/hfile/HFileBlock.java   |  2 +-
 .../org/apache/hadoop/hbase/mob/MobConstants.java  |  3 ++
 .../java/org/apache/hadoop/hbase/mob/MobUtils.java | 44 ++++++++++++++++------
 .../hadoop/hbase/regionserver/MemStoreFlusher.java |  4 +-
 .../hbase/regionserver/RegionServerAccounting.java |  7 ++--
 .../hbase/regionserver/wal/AbstractFSWAL.java      |  2 +-
 .../hbase/mob/TestExpiredMobFileCleaner.java       | 13 ++++++-
 7 files changed, 55 insertions(+), 20 deletions(-)


[hbase] 01/01: Merge branch 'master' into HBASE-26913-replication-observability-framework

Posted by vj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch HBASE-26913-replication-observability-framework
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 7229b2a1b19f30150de1f635141edacded5ac236
Merge: 3ccbd47dfad b498efdbc1f
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Mon Jun 20 22:34:21 2022 -0700

    Merge branch 'master' into HBASE-26913-replication-observability-framework

 .../apache/hadoop/hbase/io/hfile/HFileBlock.java   |  2 +-
 .../org/apache/hadoop/hbase/mob/MobConstants.java  |  3 ++
 .../java/org/apache/hadoop/hbase/mob/MobUtils.java | 44 ++++++++++++++++------
 .../hadoop/hbase/regionserver/MemStoreFlusher.java |  4 +-
 .../hbase/regionserver/RegionServerAccounting.java |  7 ++--
 .../hbase/regionserver/wal/AbstractFSWAL.java      |  2 +-
 .../hbase/mob/TestExpiredMobFileCleaner.java       | 13 ++++++-
 7 files changed, 55 insertions(+), 20 deletions(-)