[ 
https://issues.apache.org/jira/browse/PHOENIX-7232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjeet Malhotra reassigned PHOENIX-7232:
-----------------------------------------

    Assignee:     (was: Sanjeet Malhotra)

> 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
>            Priority: Major
>             Fix For: 5.3.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