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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)