You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/07/05 11:38:00 UTC

[jira] [Created] (FLINK-7105) Make ActorSystem creation per default non-daemonic

Till Rohrmann created FLINK-7105:
------------------------------------

             Summary: Make ActorSystem creation per default non-daemonic
                 Key: FLINK-7105
                 URL: https://issues.apache.org/jira/browse/FLINK-7105
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann


At the moment, we create all {{ActorSystems}} with the setting {{daemonic=on}}. This has the consequence that we have to wait in the main thread on the {{ActorSystem's}} termination. By making the {{ActorSystems}} non-daemonic, we could get rid of this artifact. Especially since we have the {{ProcessReapers}} which terminate the process once a registered actor terminates.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)