[ 
https://issues.apache.org/jira/browse/HBASE-28316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807524#comment-17807524
 ] 

Duo Zhang commented on HBASE-28316:
-----------------------------------

Thanks for taking care of this.

Checked the original PR, we only add tests in client module with mock, maybe 
this is the reason why we can not find the problem...

If you do not mind, I can pick up this and try to add UTs in hbase-server 
module to make sure that it works on a cluster.

Thanks.

> Add BootstrapNodeService handlers
> ---------------------------------
>
>                 Key: HBASE-28316
>                 URL: https://issues.apache.org/jira/browse/HBASE-28316
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.6.0, 3.0.0-beta-1
>            Reporter: Bryan Beaudreault
>            Priority: Blocker
>
> 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)

Reply via email to