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

Hudson commented on HBASE-12774:
--------------------------------

SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #770 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/770/])
HBASE-12774 Fix the inconsistent permission checks for bulkloading. (Srikanth 
Srungarapu) (enis: rev 20d4c43e8950b54f2b2711e8629c95404fe281cb)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


> Fix the inconsistent permission checks for bulkloading.
> -------------------------------------------------------
>
>                 Key: HBASE-12774
>                 URL: https://issues.apache.org/jira/browse/HBASE-12774
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Srikanth Srungarapu
>            Assignee: Srikanth Srungarapu
>            Priority: Minor
>             Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0
>
>         Attachments: HBASE-12774.patch, HBASE-12774_v2.patch, 
> HBASE-12774_v3.patch, HBASE-12774_v3.patch
>
>
> Three checks(prePrepareBulkLoad, preCleanupBulkLoad, preBulkLoadHFile)  are 
> being done while performing secure bulk load, and it looks the former two 
> checks for 'W', while the later checks for 'C'. After having offline chat 
> with [~jdcryans], looks like the inconsistency among checks were unintended. 
> So, we can address this multiple ways.
> * All checks should be for 'W'
> * All checks should be for 'C'
> * All checks should be for both 'W' and 'C'
> Posting the initial patch going by the first option. Open to discussion.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to