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

vinoyang closed HUDI-1812.
--------------------------
    Resolution: Done

cc81ddde01d6c743708e68c7fb6394facca1e672

> Add explicit index state TTL option for Flink writer
> ----------------------------------------------------
>
>                 Key: HUDI-1812
>                 URL: https://issues.apache.org/jira/browse/HUDI-1812
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: Flink Integration
>            Reporter: Danny Chen
>            Assignee: 谢波
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> Add option:
> {code:java}
> public static final ConfigOption<Double> INDEX_STATE_TTL = ConfigOptions
>     .key("index.state.ttl")
>     .doubleType()
>     .defaultValue(1.5D)
>     .withDescription("index state ttl in days. default is 1.5 day.");
> {code}
> If the state expires but there are still updates for old records, the records 
> would be recognized as INSERT instead of UPDATE thus some data duplication.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to