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

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

Dawid Wysakowicz created FLINK-10894:
----------------------------------------

             Summary: 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
             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)