[ https://issues.apache.org/jira/browse/SPARK-5959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14334256#comment-14334256 ]
Chris Fregly commented on SPARK-5959: ------------------------------------- Checkpointing at a specific sequence number is supported by the IRecordProcessorCheckpointer interface. > Create a ReliableKinesisReceiver similar to the ReliableKafkaReceiver > --------------------------------------------------------------------- > > Key: SPARK-5959 > URL: https://issues.apache.org/jira/browse/SPARK-5959 > Project: Spark > Issue Type: Improvement > Components: Streaming > Affects Versions: 1.1.0 > Reporter: Chris Fregly > > After each block is stored reliably in the WAL (after the store() call > returns), ACK back to Kinesis. > There is still the issue of the ReliableKinesisReceiver dying before the ACK > back to Kinesis, however no data will be lost. Duplicate data is still > possible. > Notes: > * Make sure we're not overloading the checkpoint control plane which uses > DynamoDB. > * May need to disable auto-checkpointing and remove the checkpoint interval. > * Maintain compatibility with existing KinesisReceiver-based code. > -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org