You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "David Anderson (JIRA)" <ji...@apache.org> on 2017/02/28 11:53:45 UTC

[jira] [Created] (FLINK-5935) confusing/misleading error message when failing to restore savepoint

David Anderson created FLINK-5935:
-------------------------------------

             Summary: confusing/misleading error message when failing to restore savepoint
                 Key: FLINK-5935
                 URL: https://issues.apache.org/jira/browse/FLINK-5935
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing
            Reporter: David Anderson
            Priority: Minor


This message could be improved. The part that says "because the operator is not available in the new program" is misleading -- in my case the problem was that my application was using the old Checkpointed interface. 

org.apache.flink.client.program.ProgramInvocationException: The program execution failed: JobSubmission failed: Failed to rollback to savepoint /Users/david/savepoints/savepoint-bc2070c00963. Cannot map savepoint state for operator ea632d67b7d595e5b851708ae9ad79d6 to the new program, because the operator is not available in the new program. If you want to allow to skip this, you can set the --allowNonRestoredState option on the CLI.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)