[
https://issues.apache.org/jira/browse/HBASE-28316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808472#comment-17808472
]
Hudson commented on HBASE-28316:
--------------------------------
Results for branch branch-2
[build #969 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/969/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/969/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/969/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/969/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/969/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Add BootstrapNodeService handlers
> ---------------------------------
>
> Key: HBASE-28316
> URL: https://issues.apache.org/jira/browse/HBASE-28316
> Project: HBase
> Issue Type: Sub-task
> Components: IPC/RPC, regionserver
> Affects Versions: 2.6.0, 3.0.0-beta-1
> Reporter: Bryan Beaudreault
> Assignee: Duo Zhang
> Priority: Blocker
> Fix For: 2.6.0, 3.0.0-beta-2
>
>
> We added calls to a BootstrapNodeService, but the servers are not setup to
> serve it. We need to add in two places:
> * RSRPCServices list of services:
> [https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java#L1447]
> * HBasePolicyProvider mapping of acl to service:
> [https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/security/HBasePolicyProvider.java#L40]
> Without adding to these two places, you first see UnknownServiceExceptions
> and then you see AccessDeniedExceptions
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)