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 2018/03/21 13:36:00 UTC

[jira] [Commented] (FLINK-9042) Port ResumeCheckpointManuallyITCase to flip6

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

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

GitHub user zentol opened a pull request:

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

    [FLINK-9042][tests] Port ResumeCheckpointManuallyITCase to flip6

    ## What is the purpose of the change
    
    Ports the `ResumeCheckpointManuallyITCase` to use `MiniClusterResource`.
    
    This port was much more involved as others and effectively required a full rewrite.
    
    Previously, a job was started without checkpointing enabled, and we used internal APIs to trigger an externalized checkpoint, cancel the job, and resume from the created checkpoint.
    
    Now, checkpointing is enabled (with RETAIN_ON_CANCELLATION), we poll the checkpoint directory for finished checkpoints, cancel the job, scan again for a finished checkpoint and resume from it.
    
    ## Verifying this change
    
    Run `ResumeCheckpointManuallyITCase` with `flip6` profile enabled/disabled.


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

    $ git pull https://github.com/zentol/flink 9042

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

    https://github.com/apache/flink/pull/5736.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 #5736
    
----
commit 2ce5353d879bc93dc644f34adaa4fc69dec90263
Author: zentol <ch...@...>
Date:   2018-03-21T12:31:56Z

    [FLINK-9042][tests] Port ResumeCheckpointManuallyITCase to flip6

----


> Port ResumeCheckpointManuallyITCase to flip6
> --------------------------------------------
>
>                 Key: FLINK-9042
>                 URL: https://issues.apache.org/jira/browse/FLINK-9042
>             Project: Flink
>          Issue Type: Improvement
>          Components: State Backends, Checkpointing, Tests
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Blocker
>             Fix For: 1.5.0
>
>




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