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

Viraj Jasani updated PHOENIX-7596:
----------------------------------
    Fix Version/s: 5.3.0

> CDC Index should inherit max lookback config at HBase table descriptor level
> ----------------------------------------------------------------------------
>
>                 Key: PHOENIX-7596
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7596
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Sanjeet Malhotra
>            Priority: Critical
>             Fix For: 5.3.0
>
>
> PHOENIX-7587 reverted storing table level max lookback in SYSCAT (introduced 
> in PHOENIX-7006) as we can store it in HBase table descriptor by simply 
> overriding cluster level config at table level.
> {code:java}
> ALTER TABLE TEST.T1 SET "phoenix.max.lookback.age.seconds"=0; {code}
> PHOENIX-7006 made sure that table level max lookback stored in SYSCAT is 
> inherited by indexes (including view indexes) also. But after reverting 
> PHOENIX-7587 indexes no more inherit table level max lookback from base 
> table. This creates an issue for CDC index as CDC indexes are hidden and are 
> created internally w/o user defining explicit DDL. 
> This Jira aims to make CDC index inherit table level max lookback from base 
> table's HBase table descriptor.



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

Reply via email to