You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2018/11/15 08:47:00 UTC

[jira] [Commented] (FLINK-10894) Resuming Externalized Checkpoint (file, async, scale down) end-to-end test failed on travis

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

Dawid Wysakowicz commented on FLINK-10894:
------------------------------------------

Similar failure occurred in Resuming Externalized Checkpoint after terminal failure (rocks, non-incremental) end-to-end test

https://api.travis-ci.org/v3/job/454950385/log.txt

> Resuming Externalized Checkpoint (file, async, scale down) end-to-end test failed on travis
> -------------------------------------------------------------------------------------------
>
>                 Key: FLINK-10894
>                 URL: https://issues.apache.org/jira/browse/FLINK-10894
>             Project: Flink
>          Issue Type: Bug
>          Components: E2E Tests
>            Reporter: Dawid Wysakowicz
>            Priority: Major
>             Fix For: 1.7.0
>
>
> Failed with exception:
> {code}
> Caused by: java.io.FileNotFoundException: Cannot find meta data file '_metadata' in directory 'file:/home/travis/build/apache/flink/flink/flink-end-to-end-tests/test-scripts/temp-test-directory-56737836089/externalized-chckpt-e2e-backend-dir/48e55f131162ca5ab1fa95a93c76344b/chk-9'. Please try to load the checkpoint/savepoint directly from the metadata file instead of the directory.
> 	at org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorage.resolveCheckpointPointer(AbstractFsCheckpointStorage.java:256)
> 	at org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorage.resolveCheckpoint(AbstractFsCheckpointStorage.java:109)
> 	at org.apache.flink.runtime.checkpoint.CheckpointCoordinator.restoreSavepoint(CheckpointCoordinator.java:1100)
> 	at org.apache.flink.runtime.jobmaster.JobMaster.tryRestoreExecutionGraphFromSavepoint(JobMaster.java:1234)
> 	at org.apache.flink.runtime.jobmaster.JobMaster.createAndRestoreExecutionGraph(JobMaster.java:1158)
> 	at org.apache.flink.runtime.jobmaster.JobMaster.<init>(JobMaster.java:296)
> 	at org.apache.flink.runtime.jobmaster.JobManagerRunner.<init>(JobManagerRunner.java:157)
> 	... 10 more
> {code}
> https://api.travis-ci.org/v3/job/454950372/log.txt



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