This is an automated email from the ASF dual-hosted git repository.
zghao pushed a change to branch HBASE-24666
in repository https://gitbox.apache.org/repos/asf/hbase.git.
omit 6008ffe HBASE-24684 Fetch ReplicationSink servers list from HMaster
instead o… (#2077)
omit 8f8620d HBASE-24998 Introduce a ReplicationSourceOverallController
interface and decouple ReplicationSourceManager and ReplicationSource (#2364)
omit cd30e9b HBASE-24982 Disassemble the method replicateWALEntry from
AdminService to a new interface ReplicationServerService (#2360)
omit 4645d88 HBASE-24683 Add a basic ReplicationServer which only
implement ReplicationSink Service (#2111)
omit 0b5a777 HBASE-24735: Refactor ReplicationSourceManager: move
logPositionAndCleanOldLogs/cleanUpHFileRefs to ReplicationSource inside (#2064)
omit 430a813 HBASE-24681 Remove the cache walsById/walsByIdRecoveredQueues
from ReplicationSourceManager (#2019)
omit 9c8d54b HBASE-24682 Refactor ReplicationSource#addHFileRefs method:
move it to ReplicationSourceManager (#2020)
add 687e53b HBASE-24813 ReplicationSource should clear buffer usage on
Replicatio… (#2191)
add 4f8aa75 HBASE-25097 Wrong RIT page number in Master UI (#2458)
add 4e59014 Add Zheng Wang to developers list. (#2457)
add c86b065 HBASE-25085 Add support for java properties to hbase-vote.sh
add 1093e34 HBASE-25088
CatalogFamilyFormat/MetaTableAccessor.parseRegionInfoFromRegionName incorrectly
setEndKey to regionId (#2448)
add 380585e HBASE-25098 ReplicationStatisticsChore runs in wrong time
unit (#2460)
new 1d4584f HBASE-24682 Refactor ReplicationSource#addHFileRefs method:
move it to ReplicationSourceManager (#2020)
new 38acdaa HBASE-24681 Remove the cache walsById/walsByIdRecoveredQueues
from ReplicationSourceManager (#2019)
new 43b7be1 HBASE-24735: Refactor ReplicationSourceManager: move
logPositionAndCleanOldLogs/cleanUpHFileRefs to ReplicationSource inside (#2064)
new e9c131c HBASE-24683 Add a basic ReplicationServer which only
implement ReplicationSink Service (#2111)
new 24fc4d4 HBASE-24982 Disassemble the method replicateWALEntry from
AdminService to a new interface ReplicationServerService (#2360)
new 0dc4d5d HBASE-24998 Introduce a ReplicationSourceOverallController
interface and decouple ReplicationSourceManager and ReplicationSource (#2364)
new 662f5e1 HBASE-24684 Fetch ReplicationSink servers list from HMaster
instead o… (#2077)
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 (6008ffe)
\
N -- N -- N refs/heads/HBASE-24666 (662f5e1)
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 7 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:
dev-support/hbase-vote.sh | 39 +++++++++--------
.../apache/hadoop/hbase/CatalogFamilyFormat.java | 2 +-
.../hadoop/hbase/TestCatalogFamilyFormat.java | 32 ++++++++++++++
.../tmpl/master/AssignmentManagerStatusTmpl.jamon | 1 +
.../hbase/tmpl/master/MasterStatusTmpl.jamon | 3 +-
.../replication/ReplicationSinkServiceImpl.java | 8 ++--
.../replication/regionserver/Replication.java | 9 ++--
.../regionserver/ReplicationSource.java | 11 ++---
.../regionserver/ReplicationSourceShipper.java | 51 ++++++++++++++++++++++
.../regionserver/ReplicationSourceWALReader.java | 3 +-
.../regionserver/TestReplicationSource.java | 50 +++++++++++++++++++--
pom.xml | 6 +++
src/main/asciidoc/_chapters/developer.adoc | 4 +-
13 files changed, 183 insertions(+), 36 deletions(-)