bbeaudreault commented on code in PR #5637:
URL: https://github.com/apache/hbase/pull/5637#discussion_r1455963559


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/security/HBasePolicyProvider.java:
##########
@@ -44,8 +46,11 @@ public class HBasePolicyProvider extends PolicyProvider {
       new Service("security.client.protocol.acl",
         RegistryProtos.ClientMetaService.BlockingInterface.class),
       new Service("security.admin.protocol.acl", 
MasterService.BlockingInterface.class),
+      new Service("security.admin.protocol.acl", 
LockService.BlockingInterface.class),

Review Comment:
   Is there a reason to add LockService in this PR? I suppose there's no reason 
not to, just wondering (i presume LockService has been working as-is for 
whatever reason)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to