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 dbcf958 HBASE-26457 Should not always clear all the failed replicas
when getting a flush all request (#3850)
omit 2fb181d HBASE-26448 Make sure we do not flush a region too frequently
(#3847)
omit cb8b705 HBASE-26449 The way we add or clear failedReplicas may have
race (#3846)
omit 13423d0 HBASE-26413 Limit the total size of buffered region
replication entries (#3844)
omit 1367f06 HBASE-26412 Handle sink failure in RegionReplicationSink
(#3815)
omit fb48ee5 HBASE-26407 Introduce a region replication sink for sinking
WAL edits to secondary replicas directly (#3807)
add 1c47f80 HBASE-26267 Don't try to recover WALs from a WAL dir which
doesn't exist (#3679)
add b2571df7 HBASE-26421 Use HFileLink file to replace entire file's
reference when splitting (#3842)
new 9cada84 HBASE-26407 Introduce a region replication sink for sinking
WAL edits to secondary replicas directly (#3807)
new e261a54 HBASE-26412 Handle sink failure in RegionReplicationSink
(#3815)
new e83e36d HBASE-26413 Limit the total size of buffered region
replication entries (#3844)
new 086401a HBASE-26449 The way we add or clear failedReplicas may have
race (#3846)
new 42ec40c HBASE-26448 Make sure we do not flush a region too frequently
(#3847)
new aa3d0b4 HBASE-26457 Should not always clear all the failed replicas
when getting a flush all request (#3850)
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 (dbcf958)
\
N -- N -- N refs/heads/HBASE-26233 (aa3d0b4)
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 6 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:
.../java/org/apache/hadoop/hbase/io/HFileLink.java | 32 +++++-
.../assignment/SplitTableRegionProcedure.java | 28 +++--
.../hadoop/hbase/master/region/MasterRegion.java | 29 ++++-
.../apache/hadoop/hbase/regionserver/HRegion.java | 4 +-
.../hbase/regionserver/HRegionFileSystem.java | 47 +++++++-
.../hbase/regionserver/RegionSplitPolicy.java | 1 -
.../java/org/apache/hadoop/hbase/util/FSUtils.java | 65 ++++++++---
.../hbase/master/region/MasterRegionTestBase.java | 8 ++
...eaner.java => TestMasterRegionWALRecovery.java} | 76 ++++++-------
.../hadoop/hbase/regionserver/TestHStoreFile.java | 15 ++-
.../TestSplitTransactionOnCluster.java | 124 ++++++++++++++++++++-
11 files changed, 339 insertions(+), 90 deletions(-)
copy
hbase-server/src/test/java/org/apache/hadoop/hbase/master/region/{TestMasterRegionWALCleaner.java
=> TestMasterRegionWALRecovery.java} (58%)