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 2018/02/13 13:32:00 UTC

[jira] [Created] (FLINK-8644) Shut down AkkaRpcActors with PoisonPill

Till Rohrmann created FLINK-8644:
------------------------------------

             Summary: Shut down AkkaRpcActors with PoisonPill
                 Key: FLINK-8644
                 URL: https://issues.apache.org/jira/browse/FLINK-8644
             Project: Flink
          Issue Type: Sub-task
          Components: Distributed Coordination
    Affects Versions: 1.5.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.5.0


In order to ensure that all messages get processed before shutting down an {{AkkaRpcActor}} we should stop it by sending a {{PoisonPill}}. Otherwise we risk that we have some dangling futures which will time out.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)