[ https://issues.apache.org/jira/browse/FLINK-29225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
lincoln lee updated FLINK-29225: -------------------------------- Fix Version/s: (was: 1.16.0) (was: 1.14.6) (was: 1.15.3) > Delete message incorrectly ignored in SinkUpsertMaterializer > ------------------------------------------------------------ > > Key: FLINK-29225 > URL: https://issues.apache.org/jira/browse/FLINK-29225 > Project: Flink > Issue Type: Bug > Affects Versions: 1.14.5, 1.15.2 > Reporter: lincoln lee > Priority: Major > > Currently if the interval between the arrival of the delete message and the > insert/update message exceeds state ttl, the delete message was ignored > incorrectly in `SinkUpsertMaterializer`. This will cause wrong result in > corresponding sink table(dirty data left). > > {code} > +I (1, a1) > -D (1, a1) > {code} > -- This message was sent by Atlassian Jira (v8.20.10#820010)