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
omit 069d1cae084 HBASE-27430 Should disable replication log cleaner when
migrating replication queue data (#4901)
omit 0c27c60e12f HBASE-27429 Add exponential retry backoff support for
MigrateReplicationQueueFromZkToTableProcedure
omit 9e8699d5066 HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
omit 222a0073be4 HBASE-27218 Support rolling upgrading (#4808)
omit b48c079af10 HBASE-27405 Fix the replication hfile/log cleaner report
that the replication table does not exist (#4811)
omit e1942b6d285 HBASE-27392 Add a new procedure type for implementing some
global operations such as migration (#4803)
omit 0cd4e3cfc53 HBASE-27215 Add support for sync replication (#4762)
omit c4f80c0f72f HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
omit 244bac2b26d HBASE-27213 Add support for claim queue operation (#4708)
omit 43d23dbf21d HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
add a3686eb052a HBASE-27595 ThreadGroup is removed since Hadoop 3.2.4
(#5001)
add 55b4bbc0578 HBASE-27598 Addendum remove references to
mockito-core.version in pom
add bbc20f3611f HBASE-27608 Use lowercase image reference name in our
docker file (#5005)
new d2a911b7d54 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
new 6c28404b9f8 HBASE-27213 Add support for claim queue operation (#4708)
new a9dcfd23ee2 HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
new a9c6750984e HBASE-27215 Add support for sync replication (#4762)
new 3897192253f HBASE-27392 Add a new procedure type for implementing some
global operations such as migration (#4803)
new 8440ee226fa HBASE-27405 Fix the replication hfile/log cleaner report
that the replication table does not exist (#4811)
new fbb11e724c8 HBASE-27218 Support rolling upgrading (#4808)
new 947cbb5718d HBASE-27217 Revisit the DumpReplicationQueues tool (#4810)
new 6085f14d323 HBASE-27429 Add exponential retry backoff support for
MigrateReplicationQueueFromZkToTableProcedure
new befa513f6f1 HBASE-27430 Should disable replication log cleaner when
migrating replication queue data (#4901)
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 (069d1cae084)
\
N -- N -- N refs/heads/HBASE-27109/table_based_rqs (befa513f6f1)
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 10 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/docker/Dockerfile | 24 +++++++++++-----------
dev-support/hbase_docker/Dockerfile | 12 +++++------
.../org/apache/hadoop/hbase/HBaseTestingUtil.java | 4 ++++
.../apache/hadoop/hbase/HBaseTestingUtility.java | 4 ++++
pom.xml | 8 ++++----
5 files changed, 30 insertions(+), 22 deletions(-)