[
https://issues.apache.org/jira/browse/HBASE-11972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133002#comment-14133002
]
Devaraj Das commented on HBASE-11972:
-------------------------------------
What the patch does is that the RPC to the regionserver hosting the hbase:acl
region is performed as the "loginUser", which in this case, is the master, as
opposed to the end-user. Without the doAs as the master, the remote
regionserver would not allow the RPC to go through since the end-user doesn't
have write access to the hbase:acl table...
> The "doAs user" used in the update to hbase:acl table RPC is incorrect
> ----------------------------------------------------------------------
>
> Key: HBASE-11972
> URL: https://issues.apache.org/jira/browse/HBASE-11972
> Project: HBase
> Issue Type: Bug
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Priority: Critical
> Fix For: 0.98.7
>
> Attachments: 11972-1.txt
>
>
> This is a follow-up to HBASE-11886. I missed one doAs in the patch. We
> discovered the issue in our internal testing with security ON.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)