[jira] [Created] (FLINK-4954) Remove stashing from AkkaRpcActor

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

[jira] [Created] (FLINK-4954) Remove stashing from AkkaRpcActor

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-4954:
------------------------------------

             Summary: Remove stashing from AkkaRpcActor
                 Key: FLINK-4954
                 URL: https://issues.apache.org/jira/browse/FLINK-4954
             Project: Flink
          Issue Type: Sub-task
          Components: Distributed Coordination
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
            Priority: Minor


Currently, the {{AkkaRpcActor}} stashes all messages when in state {{Processing.STOP}}. Since the stashing storage is limited this can only work up to a certain amount of messages and is thus only a best effort approach. Since the implementation of the distributed components should not rely on stashing messages so that they are replayed, I propose to remove this feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)