You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/08 10:05:04 UTC

[jira] [Commented] (FLINK-5892) Recover job state at the granularity of operator

    [ https://issues.apache.org/jira/browse/FLINK-5892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16000539#comment-16000539 ] 

ASF GitHub Bot commented on FLINK-5892:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/3843

    [FLINK-5892] Enable 1.2 keyed state test

    Backport of #3842 for the 1.3 branch.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 13_5892_enable_test

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3843.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3843
    
----
commit 7a0fff31d483633f88026650956b97cc451f19df
Author: zentol <ch...@apache.org>
Date:   2017-05-08T09:56:57Z

    [FLINK-5892] Enable 1.2 keyed state test

----


> Recover job state at the granularity of operator
> ------------------------------------------------
>
>                 Key: FLINK-5892
>                 URL: https://issues.apache.org/jira/browse/FLINK-5892
>             Project: Flink
>          Issue Type: New Feature
>          Components: State Backends, Checkpointing
>            Reporter: Guowei Ma
>            Assignee: Guowei Ma
>             Fix For: 1.3.0
>
>
> JobGraph has no `Operator` info so `ExecutionGraph` can only recovery at the granularity of task.
> This leads to the result that the operator of the job may not recover the state from a save point even if the save point has the state of operator. 
>  https://docs.google.com/document/d/19suTRF0nh7pRgeMnIEIdJ2Fq-CcNVt5_hR3cAoICf7Q/edit#.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)