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

Sean Owen resolved SPARK-16487.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

Issue resolved by pull request 14145
[https://github.com/apache/spark/pull/14145]

> Some batches might not get marked as fully processed in JobGenerator
> --------------------------------------------------------------------
>
>                 Key: SPARK-16487
>                 URL: https://issues.apache.org/jira/browse/SPARK-16487
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>            Reporter: Ahmed Mahran
>            Priority: Trivial
>             Fix For: 2.1.0
>
>
> In JobGenerator, the code reads like that some batches might not get marked 
> as fully processed. In the following flowchart, the batch should get marked 
> fully processed before endpoint C however it is not. Currently, this does not 
> actually cause an issue, as the condition {code}(time - zeroTime) is multiple 
> of checkpoint duration?{code} always evaluates to true as the checkpoint 
> duration is always set to be equal to the batch duration.
> !https://s31.postimg.org/udy9lti2j/spark_streaming_job_generator.png|width=700!
> [Image 
> URL|https://s31.postimg.org/udy9lti2j/spark_streaming_job_generator.png]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to