You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by webmakersteve <gi...@git.apache.org> on 2018/03/02 22:22:48 UTC

[GitHub] flink pull request #5627: [doc] Remove missed CheckpointedRestoring

GitHub user webmakersteve opened a pull request:

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

    [doc] Remove missed CheckpointedRestoring

    ## What is the purpose of the change
    
    Pull request fixes one missed CheckpointedRestoring interface which was removed in Flink 1.4
    
    ## Brief change log
    
      - *The TaskInfo is stored in the blob store on job creation time as a persistent artifact*
      - *Deployments RPC transmits only the blob storage reference*
      - *TaskManagers retrieve the TaskInfo from the blob cache*
    
    ## Verifying this change
    
    PR is just a documentation change that can be verified in the diff very easily :)
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): no
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
      - The serializers: no
      - The runtime per-record code paths (performance sensitive): no
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
      - The S3 file system connector: no
    
    ## Documentation
    
      - Does this pull request introduce a new feature? no
      - If yes, how is the feature documented? docs


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

    $ git pull https://github.com/webmakersteve/flink patch-1

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

    https://github.com/apache/flink/pull/5627.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 #5627
    
----
commit 19ed50eb78ac2bc2df950f4d686941b5a9b9139a
Author: Stephen Parente <we...@...>
Date:   2018-03-02T22:20:10Z

    [doc] Remove missed CheckpointedRestoring

----


---

[GitHub] flink issue #5627: [doc] Remove missed CheckpointedRestoring

Posted by zentol <gi...@git.apache.org>.
Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/5627
  
    merging.


---

[GitHub] flink pull request #5627: [doc] Remove missed CheckpointedRestoring

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---