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

Tathagata Das resolved SPARK-11740.
-----------------------------------
       Resolution: Fixed
         Assignee: Shixiong Zhu
    Fix Version/s: 1.6.0

> Fix DStream checkpointing logic to prevent failures during checkpoint recovery
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-11740
>                 URL: https://issues.apache.org/jira/browse/SPARK-11740
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>            Reporter: Shixiong Zhu
>            Assignee: Shixiong Zhu
>             Fix For: 1.6.0
>
>
> We will do checkpoint when generating a batch and completing a batch. When 
> the processing time of a batch is greater than the batch interval, 
> checkpointing for completing an old batch may run after checkpointing of a 
> new batch. If this happens, checkpoint of an old batch actually has the 
> latest information, but we won't recovery from it. Then we may see some RDD 
> checkpoint file missing exception during checkpoint recovery. 



--
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

Reply via email to