[
https://issues.apache.org/jira/browse/PHOENIX-7313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani updated PHOENIX-7313:
----------------------------------
Fix Version/s: 5.3.0
> All cell versions should not be retained during flushes and minor compaction
> when maxlookback is disabled
> ---------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-7313
> URL: https://issues.apache.org/jira/browse/PHOENIX-7313
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.2.0
> Reporter: Kadir Ozdemir
> Assignee: Kadir Ozdemir
> Priority: Major
> Fix For: 5.2.1, 5.3.0
>
>
> HBase allows coprocessors to override the column family data retention
> properties dynamically within coprocessor hooks for flushes and compactions.
> The Phoenix TTL feature overrides the data retention properties such that all
> cells including delete markers are preserved and then the decision of what to
> be removed is determined in its compaction scanner called CompactionScanner.
> However, doing this when max lookback is disabled leads to retaining all row
> versions during minor compaction and flushes unnecessarily.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)