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 0d236cd94c5 introduce some breakages
omit b0b05c8f794 try fix hide old comments
omit 29d16fa62d8 remove debugging of nightlies
omit 8d69881630f remove the extra slash
omit 57bbd4ad012 fix --no-o on rsync
omit 6a99d984ae0 make BUILD_URL_ARTIFACTS conditionally required
omit 64fd95e6a96 set BUILD_URL and BUILD_URL_ARTIFACTS from
personality_globals
omit 15010e69bd2 conditionally define this robot function yetus bug?
omit d0e83e878a2 enable verbose debugging
omit 889c9b7b34b rsync with `-no-o` to preserve the more permissive
ownership
omit fe7f3917d5e try something else to fix build artifact urls
omit cfc43dc3cb5 explicitly create remote path on nightlies before rsync
omit 28d1e455ba7 remote path probably still needs hbase prefix
omit 81aca72000f HBASE-29787 Run Yetus General Checks as a GitHub Action
add e0c7b80e565 HBASE-29765 Make client connection header attributes
configurable (#7553)
add 41ce34a0ad7 HBASE-29764 Make client connection headers accessible
inside co-processors (#7550)
add de577b7689b HBASE-29787 Run Yetus General Checks as a GitHub Action
add c3a2801565a remote path probably still needs hbase prefix
add 8cbe4ad2ab3 explicitly create remote path on nightlies before rsync
add 0381634d634 try something else to fix build artifact urls
add bdcde1a7bd7 rsync with `-no-o` to preserve the more permissive
ownership
add e5727e820d7 enable verbose debugging
add bff21ed4698 conditionally define this robot function yetus bug?
add 79597eca9ee set BUILD_URL and BUILD_URL_ARTIFACTS from
personality_globals
add 82f27c87145 make BUILD_URL_ARTIFACTS conditionally required
add 0a7eb5b0211 fix --no-o on rsync
add 20961b08c4d remove the extra slash
add 0fb27d82ef4 remove debugging of nightlies
add 1f7de8ef425 try fix hide old comments
add 5af46aa6285 maybe fix spotless check api link
add c6fcd2763e0 increase parallelism for first_part surefire tests
add 944dc4b1025 introduce some breakages
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 (0d236cd94c5)
\
N -- N -- N refs/heads/29787-gh-actions-static (944dc4b1025)
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:
.github/workflows/yetus-general-check.yml | 2 +-
dev-support/hbase-personality.sh | 7 +-
.../org/apache/hadoop/hbase/ipc/RpcConnection.java | 27 +++++
.../java/org/apache/hadoop/hbase/HConstants.java | 6 +
.../hadoop/hbase/coprocessor/CoprocessorHost.java | 71 +++++++----
.../hadoop/hbase/coprocessor/ObserverContext.java | 20 ++-
.../hbase/coprocessor/ObserverContextImpl.java | 22 ++--
...oprocessor.java => ObserverRpcCallContext.java} | 20 ++-
.../ObserverRpcCallContextImpl.java} | 33 ++---
.../org/apache/hadoop/hbase/ipc/RpcServer.java | 10 ++
.../hadoop/hbase/master/MasterCoprocessorHost.java | 9 +-
.../hbase/regionserver/RegionCoprocessorHost.java | 12 +-
.../hbase/security/access/AccessController.java | 3 +-
.../access/SnapshotScannerHDFSAclController.java | 3 +-
.../hadoop/hbase/ipc/TestRpcConnectionHeader.java | 134 +++++++++++++++++++++
15 files changed, 311 insertions(+), 68 deletions(-)
copy
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/{WALCoprocessor.java
=> ObserverRpcCallContext.java} (66%)
copy
hbase-server/src/main/java/org/apache/hadoop/hbase/{security/visibility/SimpleScanLabelGenerator.java
=> coprocessor/ObserverRpcCallContextImpl.java} (59%)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcConnectionHeader.java