You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yutong Xiao (Jira)" <ji...@apache.org> on 2021/06/14 11:33:00 UTC

[jira] [Created] (HBASE-26001) When turn on access control, the TTL of Increment and Append operations is invalid.

Yutong Xiao created HBASE-26001:
-----------------------------------

             Summary: When turn on access control, the TTL of Increment and Append operations is invalid.
                 Key: HBASE-26001
                 URL: https://issues.apache.org/jira/browse/HBASE-26001
             Project: HBase
          Issue Type: Bug
            Reporter: Yutong Xiao
            Assignee: Yutong Xiao


AccessController will rewrite the new cell's tags by the old cell's. This will makes the other kinds of tag in new cell invisible (apart from ACL tag) after this. As in Increment and Append operations, the new cell has already catch forward all tags of the old cell, here in AccessController we do not rewrite the tags once again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)