[
https://issues.apache.org/jira/browse/HBASE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826612#comment-13826612
]
Andrew Purtell commented on HBASE-7662:
---------------------------------------
Now that HBASE-7663 is committed I'm going to do a small refactor to move the
setACL methods to the new Query base class for Get and Scan, and will add
javadoc per above review comments. Will also bring over a large unit test based
on TestMiniClusterLoadParallel from earlier work done for 0.94. Assuming the +1
above is still valid after these changes. Will commit this week and post final
patch unless objection.
> [Per-KV security] Store and apply per cell ACLs into/from KeyValue tags
> -----------------------------------------------------------------------
>
> Key: HBASE-7662
> URL: https://issues.apache.org/jira/browse/HBASE-7662
> Project: HBase
> Issue Type: Sub-task
> Components: Coprocessors, security
> Affects Versions: 0.98.0
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Attachments: 7662.patch, 7662.patch, 7662.patch, 7662.patch
>
>
> We can improve the performance of per-cell authorization if the read of the
> cell ACL, if any, is combined with the sequential read of the cell data
> already in progress. When tags are inlined with KVs in block encoding (see
> HBASE-7448, and more generally HBASE-7233), we can use them to carry cell
> ACLs instead of using out-of-line storage (HBASE-7661) for that purpose.
--
This message was sent by Atlassian JIRA
(v6.1#6144)