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

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

     [ https://issues.apache.org/jira/browse/FLINK-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen closed FLINK-7105.
-------------------------------

> 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
>             Fix For: 1.4.0
>
>
> 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)