You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zhangminglei <gi...@git.apache.org> on 2018/01/15 09:45:19 UTC

[GitHub] flink pull request #5298: [FLINK-8433] [doc] Remove ununsed CheckpointedRest...

GitHub user zhangminglei opened a pull request:

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

    [FLINK-8433] [doc] Remove ununsed CheckpointedRestoring interface

    ## What is the purpose of the change
    
    *Update the document, as the ```CheckpointedRestoring``` interface introduced in the doc is unused since flink 1.4.*
    
    
    ## Brief change log
    
      - *Update the ```state.md``` file.*
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ## 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 / JavaDocs)


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

    $ git pull https://github.com/zhangminglei/flink flink-8433

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

    https://github.com/apache/flink/pull/5298.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 #5298
    
----
commit e3370d539544ac3c6074057fd644dc8bd4a4c392
Author: zhangminglei <zm...@...>
Date:   2018-01-15T09:37:41Z

    [FLINK-8433] [doc] Remove ununsed CheckpointedRestoring interface

----


---

[GitHub] flink issue #5298: [FLINK-8433] [doc] Remove ununsed CheckpointedRestoring i...

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

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


---

[GitHub] flink pull request #5298: [FLINK-8433] [doc] Remove ununsed CheckpointedRest...

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

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


---

[GitHub] flink issue #5298: [FLINK-8433] [doc] Remove ununsed CheckpointedRestoring i...

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

    https://github.com/apache/flink/pull/5298
  
    +1, LGTM.


---