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

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

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

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