This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a change to branch 29787-gh-actions-static
in repository https://gitbox.apache.org/repos/asf/hbase.git
omit e1a17100816 introduce some breakages
omit 8ec64fdee1a drop HADOOP_PROFILE mention
omit c6fcd2763e0 increase parallelism for first_part surefire tests
omit 5af46aa6285 maybe fix spotless check api link
omit 1f7de8ef425 try fix hide old comments
omit 0fb27d82ef4 remove debugging of nightlies
omit 20961b08c4d remove the extra slash
omit 0a7eb5b0211 fix --no-o on rsync
omit 82f27c87145 make BUILD_URL_ARTIFACTS conditionally required
omit 79597eca9ee set BUILD_URL and BUILD_URL_ARTIFACTS from
personality_globals
omit bff21ed4698 conditionally define this robot function yetus bug?
omit e5727e820d7 enable verbose debugging
omit bdcde1a7bd7 rsync with `-no-o` to preserve the more permissive
ownership
omit 0381634d634 try something else to fix build artifact urls
omit 8cbe4ad2ab3 explicitly create remote path on nightlies before rsync
omit c3a2801565a remote path probably still needs hbase prefix
omit de577b7689b HBASE-29787 Run Yetus General Checks as a GitHub Action
add 19c9d33cf2b HBASE-29144 Client request fails for KERBEROS with
RpcConnectionRegistry (#7588)
add c6d64f5d864 HBASE-29787 Run Yetus General Checks as a GitHub Action
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 (e1a17100816)
\
N -- N -- N refs/heads/29787-gh-actions-static (c6d64f5d864)
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.
No new revisions were added by this update.
Summary of changes:
.../hbase/testclassification/ClientTests.java | 20 ++-
.../apache/hadoop/hbase/ipc/AbstractRpcClient.java | 5 +
.../hadoop/hbase/ipc/BlockingRpcConnection.java | 5 +-
.../hadoop/hbase/ipc/NettyRpcConnection.java | 5 +-
.../org/apache/hadoop/hbase/ipc/RpcConnection.java | 8 +-
.../provider/AuthenticationProviderSelector.java | 7 +-
.../SaslClientAuthenticationProviders.java | 78 +++++------
.../TestSaslClientAuthenticationProviders.java | 48 ++-----
.../hbase/HBaseParameterizedInvocationContext.java | 3 +-
.../hbase/HBaseParameterizedParameterResolver.java | 18 ++-
.../hbase/mapreduce/TestTableMapReduceUtil.java | 7 -
.../org/apache/hadoop/hbase/ipc/RpcServer.java | 3 +
.../hadoop/hbase/ipc/ServerRpcConnection.java | 7 +-
.../SaslServerAuthenticationProviders.java | 103 +++++++-------
...WithDifferentConnectionRegistriesTestBase.java} | 93 ++++---------
...ReadWriteWithDifferentConnectionRegistries.java | 154 +++------------------
...ReadWriteWithDifferentConnectionRegistries.java | 84 +++++++++++
.../hadoop/hbase/ipc/TestRpcConnectionHeader.java | 16 ++-
.../hbase/security/AbstractTestSecureIPC.java | 152 +++++---------------
.../hadoop/hbase/security/TestSaslTlsIPC.java | 74 +++++-----
.../hadoop/hbase/security/TestSecureIPC.java | 49 +++----
.../TestSaslServerAuthenticationProviders.java | 62 ++-------
22 files changed, 416 insertions(+), 585 deletions(-)
copy
hbase-server/src/test/java/org/apache/hadoop/hbase/client/{TestBasicReadWriteWithDifferentConnectionRegistries.java
=> BasicReadWriteWithDifferentConnectionRegistriesTestBase.java} (63%)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSecureBasicReadWriteWithDifferentConnectionRegistries.java