You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2016/02/25 16:48:18 UTC

[jira] [Created] (FLINK-3512) Savepoint backend should not revert to "jobmanager"

Aljoscha Krettek created FLINK-3512:
---------------------------------------

             Summary: Savepoint backend should not revert to "jobmanager"
                 Key: FLINK-3512
                 URL: https://issues.apache.org/jira/browse/FLINK-3512
             Project: Flink
          Issue Type: Bug
            Reporter: Aljoscha Krettek
            Assignee: Ufuk Celebi
            Priority: Blocker


When not setting a state backend in the config the savepoint coordinator defaults to use "jobmanager" as savepoint backend, ignoring the setting for the savepoint backend in the config.

This means that when setting a StateBackend only per job the system always falls back to "jobmanager" even though it could use "filesystem" to make savepoints persistent.

See SavepointStoreFactory.java:71



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)