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/11/09 13:11:00 UTC

[jira] [Commented] (FLINK-10821) Resuming Externalized Checkpoint E2E test does not resume from Externalized Checkpoint

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

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

igalshilman opened a new pull request #7072: [FLINK-10821] E2E now uses externalized checkpoint
URL: https://github.com/apache/flink/pull/7072
 
 
   ## What is the purpose of the change
   
   This PR fixes the `test_resume_externalized_checkpoints.sh` script,
   by providing the path to the externalized checkpoint taken.
   
   ## Brief change log
   
     -  `test_resume_externalized_checkpoints.sh` now passes the checkpoint path the the Flink cli.
   
   ## Verifying this change
   
   This change is in the test code itself.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? **(not applicable** / docs / JavaDocs / not documented)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Resuming Externalized Checkpoint E2E test does not resume from Externalized Checkpoint
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-10821
>                 URL: https://issues.apache.org/jira/browse/FLINK-10821
>             Project: Flink
>          Issue Type: Bug
>          Components: E2E Tests
>    Affects Versions: 1.7.0
>            Reporter: Gary Yao
>            Assignee: Igal Shilman
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> Path to externalized checkpoint is not passed as the {{-s}} argument:
> https://github.com/apache/flink/blob/483507a65c7547347eaafb21a24967c470f94ed6/flink-end-to-end-tests/test-scripts/test_resume_externalized_checkpoints.sh#L128
> That is, the test currently restarts the job without checkpoint.



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