You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2016/02/08 13:10:39 UTC

[jira] [Created] (FLINK-3364) Don't initialize SavepointStore in JobManager constructor

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)