Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.6.0, 3.0.0-beta-1
-
None
-
Reviewed
Description
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