You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/06/16 23:42:01 UTC

[jira] [Created] (HBASE-11363) Access checks in preCompact and preCompactSelection are out of sync

Andrew Purtell created HBASE-11363:
--------------------------------------

             Summary: Access checks in preCompact and preCompactSelection are out of sync
                 Key: HBASE-11363
                 URL: https://issues.apache.org/jira/browse/HBASE-11363
             Project: HBase
          Issue Type: Bug
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell


As discussed on HBASE-6192, it looks like someone cut and pasted the access check from preCompact into preCompactSelection at one time and, later, another change was made that relaxed permissions for compaction requests from ADMIN to ADMIN|CREATE.

We do not need an access check in preCompactSelection since a request to compact is already mediated by preCompact.



--
This message was sent by Atlassian JIRA
(v6.2#6252)