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

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

GitHub user aljoscha opened a pull request:

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

    [FLINK-8890] Compare checkpoints with order in 
CompletedCheckpoint.checkpointsMatch()

    This method is used, among other things, to check if a list of restored
    checkpoints is stable after several restore attempts in the ZooKeeper
    checkpoint store. The order of checkpoints is somewhat important because
    we want the latest checkpoint to stay the latest checkpoint.
    
    R: @zentol 

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

    $ git pull https://github.com/aljoscha/flink 
jira-8890-compare-checkpoints-with-order

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

    https://github.com/apache/flink/pull/5653.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 #5653
    
----
commit 5576c2efe776783b0c6f47ea07c8c944fc03f6b0
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-03-07T10:58:07Z

    [FLINK-8890] Compare checkpoints with order in 
CompletedCheckpoint.checkpointsMatch()
    
    This method is used, among other things, to check if a list of restored
    checkpoints is stable after several restore attempts in the ZooKeeper
    checkpoint store. The order of checkpoints is somewhat important because
    we want the latest checkpoint to stay the latest checkpoint.

----


> Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch()
> ------------------------------------------------------------------------
>
>                 Key: FLINK-8890
>                 URL: https://issues.apache.org/jira/browse/FLINK-8890
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Major
>             Fix For: 1.3.3, 1.5.0, 1.4.2
>
>
> This method is used, among other things, to check if a list of restored 
> checkpoints is stable after several restore attempts in the ZooKeeper 
> checkpoint store. The order of checkpoints is somewhat important because we 
> want the latest checkpoint to stay the latest checkpoint.



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

Reply via email to