[
https://issues.apache.org/jira/browse/PHOENIX-6283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17695463#comment-17695463
]
Istvan Toth commented on PHOENIX-6283:
--------------------------------------
IIRC the problem was with the last check in the test.
Due to some bugs before Hbase 2.3, even if you set a lookback age, our
coprocessor couldn't prevent removing the deleted cells in the lookback age
range during compaction (only fully disable deleted cell processing)
With 2.3 this was fixed, and now the final check for the cell removal failed,
as the lookback age still prevented removal, so we had to move the test into
its own class, where lookback age is not set.
> MutableIndexExtendedIT#testCompactDisabledIndex consistently fails with HBase
> 2.3
> ---------------------------------------------------------------------------------
>
> Key: PHOENIX-6283
> URL: https://issues.apache.org/jira/browse/PHOENIX-6283
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.1.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Blocker
> Fix For: 5.1.0, 4.16.0
>
>
> This seems to be related to the Indexing rebase.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)