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

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

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 <zml13856086071@...>
Date:   2018-01-15T09:37:41Z

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

----


> Update code example for "Managed Operator State" documentation
> --------------------------------------------------------------
>
>                 Key: FLINK-8433
>                 URL: https://issues.apache.org/jira/browse/FLINK-8433
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation, State Backends, Checkpointing
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Fabian Hueske
>            Priority: Major
>
> The code example for "Managed Operator State"  
> (https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/stream/state/state.html#using-managed-operator-state)
>  refers to the {{CheckpointedRestoring}} interface which was removed in Flink 
> 1.4.0.
> The example must be updated and the interface be removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to