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(-)