[ 
https://issues.apache.org/jira/browse/FLINK-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417632#comment-15417632
 ] 

ASF GitHub Bot commented on FLINK-4382:
---------------------------------------

Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/2358
  
    Not completely sure about the message stashing. Why not drop the messages? 
That would be safer (less to clean up, no overflow).
    
    Is this mainly to not loose the messages from the "self gateway"?  Because 
for all remote messages, it should be not necessary, it should simply appear as 
if the actor/endpoint started a few milliseconds later.
    
    It may in the common case not be much of an issue, as the period during 
which messages are stashed is small, but I think it is simply not necessary.


> Buffer rpc calls until RpcEndpoint is properly started
> ------------------------------------------------------
>
>                 Key: FLINK-4382
>                 URL: https://issues.apache.org/jira/browse/FLINK-4382
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>
> When creating a {{RpcEndpoint}} it starts a rpc server. The server should 
> wait to dispatch incoming rpc calls until the {{RpcEndpoint}} signals that 
> it's ready.



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

Reply via email to