Sanjeet Malhotra created PHOENIX-7232:
-----------------------------------------

             Summary: Phoenix level compaction is not collecting delete markers 
beyond max lookback age for view indexes
                 Key: PHOENIX-7232
                 URL: https://issues.apache.org/jira/browse/PHOENIX-7232
             Project: Phoenix
          Issue Type: Bug
            Reporter: Sanjeet Malhotra
            Assignee: Sanjeet Malhotra
             Fix For: 5.2.0


Currently, with phoenix.table.ttl.enabled we try to retrieve PTable object 
using HBase table name and if PTable instance is null then skip the 
CompactionScanner completely. For view indexes, physical table name will be 
different from logical table name in SYSCAT as physical table name will have 
_IDX_ prefix. For this case, we can get logical table name from physical table 
name by removing _IDX_ prefix and then retrieving the PTable instance. 

 

Currently, delete markers are not getting collected for view indexes and cell 
count will keep increasing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to