[ https://issues.apache.org/jira/browse/FLINK-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hong Liang Teoh updated FLINK-8542: ----------------------------------- Fix Version/s: aws-connector-5.1.0 > Do not indefinitely store closed shard's state in the FlinkKinesisConsumer > -------------------------------------------------------------------------- > > Key: FLINK-8542 > URL: https://issues.apache.org/jira/browse/FLINK-8542 > Project: Flink > Issue Type: Improvement > Components: Connectors / Kinesis > Reporter: Tzu-Li (Gordon) Tai > Priority: Not a Priority > Labels: auto-deprioritized-major, auto-deprioritized-minor > Fix For: aws-connector-5.1.0 > > > See original discussion here: > [https://github.com/apache/flink/pull/5337|https://github.com/apache/flink/pull/5337#issuecomment-362227711] > Currently, the Kinesis consumer keeps a list of {{(StreamShardMetadata, > SequenceNumber)}} as its state. That list also contains all shards that have > been closed already, and is kept in the state indefinitely so that on > restore, we know that a closed shard is already fully consumed, > The downside of this, is that the state size of the Kinesis consumer can > basically grow without bounds, as the consumed Kinesis streams are resharded > and more and more closed shards are present. > Some possible solutions have been discussed in the linked PR comments. -- This message was sent by Atlassian Jira (v8.20.10#820010)