Ufuk Celebi created FLINK-3364: ---------------------------------- Summary: Don't initialize SavepointStore in JobManager constructor Key: FLINK-3364 URL: https://issues.apache.org/jira/browse/FLINK-3364 Project: Flink Issue Type: Improvement Reporter: Ufuk Celebi Assignee: Ufuk Celebi Priority: Critical Fix For: 1.0.0
As with other components of the JobManager, the SavepointStore should be passed to the JobManager and not instantiated in the JobManager constructor. Failures during instantiation are otherwise not noticed, because of asynchronous instantiation via Akka. -- This message was sent by Atlassian JIRA (v6.3.4#6332)