This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-27109/table_based_rqs
in repository https://gitbox.apache.org/repos/asf/hbase.git
discard ad9d11753cd HBASE-27213 Add support for claim queue operation (#4708)
discard 37f92c068cc HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
add 00a719e76f1 HBASE-27305 add an option to skip file splitting when
bulkload hfiles (#4709)
add 950ad8dd3ed HBASE-27311 The implementation of syncReplicationPeerLock
is incomplete (#4715)
new 086e5e9988f HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
new 45598e83fd8 HBASE-27213 Add support for claim queue operation (#4708)
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 (ad9d11753cd)
\
N -- N -- N refs/heads/HBASE-27109/table_based_rqs (45598e83fd8)
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 2 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/replication/AddPeerProcedure.java | 24 ++++++++++++++++++--
.../master/replication/ModifyPeerProcedure.java | 2 +-
.../master/replication/ReplicationPeerManager.java | 4 ++--
.../hadoop/hbase/tool/BulkLoadHFilesTool.java | 10 +++++++++
.../hadoop/hbase/tool/TestBulkLoadHFiles.java | 26 ++++++++++++++++++++++
5 files changed, 61 insertions(+), 5 deletions(-)