You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Baiqiang Zhao (Jira)" <ji...@apache.org> on 2021/07/01 02:33:00 UTC

[jira] [Created] (HBASE-26056) Cell TTL set to -1 should mean never expire, the same as CF TTL

Baiqiang Zhao created HBASE-26056:
-------------------------------------

             Summary: Cell TTL set to -1 should mean never expire, the same as CF TTL
                 Key: HBASE-26056
                 URL: https://issues.apache.org/jira/browse/HBASE-26056
             Project: HBase
          Issue Type: Bug
            Reporter: Baiqiang Zhao
            Assignee: Baiqiang Zhao


We met a user who took it for granted that setting the cell TTL to -1 is the same as the CF TTL, which means that it will never expire. However, if the cell TTL is set to -1, the cell will expire immediately. In fact, if the cell TTL is not set, it means that it will never expire, but he just set it...... We should unify the meaning of cell TTL and CF TTL on the value of -1.



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