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 82a795a18ed HBASE-27405 Fix the replication hfile/log cleaner report 
that the replication table does not exist (#4811)
    omit 59dd1beaa33 HBASE-27392 Add a new procedure type for implementing some 
global operations such as migration (#4803)
    omit bcd8a751d67 HBASE-27215 Add support for sync replication (#4762)
    omit 157ec4b123d HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
    omit 69ab93aeabf HBASE-27213 Add support for claim queue operation (#4708)
    omit 4dccf8714e1 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     add 8d2efc8aaaa HBASE-27411  Update and clean up bcprov-jdk15on dependency 
(#4817)
     add 79f853ee7c9 HBASE-27419 Update to hbase-thirdparty 4.1.2 (#4818)
     add f47a52b5f9a HBASE-27424 Upgrade Jettison for CVE-2022-40149/40150 
(#4822)
     add 2cc64785389 HBASE-27339 Improve sasl connection failure log message to 
include server (#4823)
     add b656456e20a HBASE-27420 Allow non-loopback for zk standalone server in 
minizkcluster (#4819)
     new d2d26825762 HBASE-27212 Implement a new table based replication queue 
storage and make the minimum replication system work (#4672)
     new b3b96bd0748 HBASE-27213 Add support for claim queue operation (#4708)
     new de06cae990b HBASE-27214 Implement the new replication hfile/log 
cleaner (#4722)
     new 6122fbb852f HBASE-27215 Add support for sync replication (#4762)
     new 4359b578d3e HBASE-27392 Add a new procedure type for implementing some 
global operations such as migration (#4803)
     new 67a94a6e17e HBASE-27405 Fix the replication hfile/log cleaner report 
that the replication table does not exist (#4811)

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   (82a795a18ed)
            \
             N -- N -- N   refs/heads/HBASE-27109/table_based_rqs (67a94a6e17e)

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:
 .../org/apache/hadoop/hbase/ipc/BlockingRpcConnection.java     |  6 ++++--
 .../java/org/apache/hadoop/hbase/ipc/NettyRpcConnection.java   |  5 ++++-
 hbase-examples/pom.xml                                         |  2 +-
 hbase-protocol-shaded/pom.xml                                  |  2 +-
 hbase-server/pom.xml                                           |  5 -----
 .../apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java    |  4 +++-
 pom.xml                                                        | 10 +++++-----
 7 files changed, 18 insertions(+), 16 deletions(-)

Reply via email to