[
https://issues.apache.org/jira/browse/HBASE-11432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273694#comment-15273694
]
Anoop Sam John commented on HBASE-11432:
----------------------------------------
AccessControlConstants which is Public class still have reference
/** Cell level ACL evaluation strategy */
public static final String OP_ATTRIBUTE_ACL_STRATEGY = "acl.strategy";
/** Default cell ACL evaluation strategy: Table and CF first, then ACL */
public static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT = new byte[] { 0
};
/** Alternate cell ACL evaluation strategy: Cell ACL first, then table and CF
*/
public static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST = new byte[]
{ 1 };
We need to remove them. And also in hbase book if any ref ?
> [AccessController] Remove cell first strategy
> ---------------------------------------------
>
> Key: HBASE-11432
> URL: https://issues.apache.org/jira/browse/HBASE-11432
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 0.99.0, 0.98.4
>
> Attachments: HBASE-11432-0.98.patch, HBASE-11432.patch,
> HBASE-11432.patch
>
>
> The cell first evaluation strategy for cell ACLs has been a problem since
> introduction. It was an afterthought and a mistake. It's not possible to use
> at all with the default config on trunk after HBASE-11077. Fairly certain
> there are no users. Remove. Deprecate related client API methods on Query.
> (Remove on trunk?)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)