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 8fa33302c3e HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
omit 4306c0c3976 HBASE-27213 Add support for claim queue operation (#4708)
omit 518dcbdd3d4 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
add 32a945aa9fe HBASE-27152 Under compaction mark may leak (#4725)
add f6b4eb791a1 HBASE-27338 brotli compression lib tests fail on arm64
(#4735)
add 61f02fc0117 HBASE-27345 Add 2.4.14 to the downloads page (#4746)
add b60d2eb0b6e HBASE-27342 Use Hadoop Credentials API to retrieve
passwords of TLS key/trust stores (#4747)
new 629b16a6a16 HBASE-27212 Implement a new table based replication queue
storage and make the minimum replication system work (#4672)
new 9ae89ad9591 HBASE-27213 Add support for claim queue operation (#4708)
new e3cdbb44ddb HBASE-27214 Implement the new replication hfile/log
cleaner (#4722)
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 (8fa33302c3e)
\
N -- N -- N refs/heads/HBASE-27109/table_based_rqs (e3cdbb44ddb)
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 3 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:
bin/hbase | 3 ++
.../apache/hadoop/hbase/ipc/NettyRpcClient.java | 3 +-
.../hadoop/hbase/io/crypto/tls/X509Util.java | 49 ++++++++++------------
.../hadoop/hbase/io/crypto/tls/TestX509Util.java | 44 +++++++------------
.../hbase/io/crypto/tls/X509TestContext.java | 26 ++++++------
.../io/crypto/tls/X509TestContextProvider.java | 11 ++---
.../hbase/io/crypto/tls/X509TestHelpers.java | 34 +++++++--------
.../apache/hadoop/hbase/ipc/NettyRpcServer.java | 3 +-
.../hadoop/hbase/regionserver/CompactSplit.java | 7 +++-
.../security/AbstractTestTlsRejectPlainText.java | 4 +-
.../hadoop/hbase/security/TestNettyTlsIPC.java | 4 +-
.../hadoop/hbase/security/TestSaslTlsIPC.java | 4 +-
pom.xml | 2 +-
src/site/xdoc/downloads.xml | 16 +++----
14 files changed, 98 insertions(+), 112 deletions(-)