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/07/13 06:33:00 UTC

[jira] [Resolved] (FLINK-7469) Handle slot requests occuring before RM registration completes

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

Till Rohrmann resolved FLINK-7469.
----------------------------------
       Resolution: Duplicate
    Fix Version/s: 1.5.0

This issue should have been fixed with FLINK-9427.

> Handle slot requests occuring before RM registration completes
> --------------------------------------------------------------
>
>                 Key: FLINK-7469
>                 URL: https://issues.apache.org/jira/browse/FLINK-7469
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Cluster Management
>            Reporter: Eron Wright 
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: jm.log, taskmanager-00003.log
>
>
> *Description*
> Occasionally the TM-to-RM registration ask times out, causing the TM to pause registration for 10 seconds.  Meanwhile the registration may actually have succeeded in the RM.   Slot requests may then arrive at the TM while RM registration is incomplete.   
> The current behavior appears to be that the TM honors the slot request.   Please determine whether this is a feature or a bug.   If a feature, maybe a slot request should implicitly complete the registration.
> *Example*
> See attached a log showing a certain TM exhibiting the described behavior.     The RM launched 12 TMs in parallel, evidently causing the RM to sluggishly respond to a couple of the TM registration requests.   From the logs we see that '00012' and '00003' experienced a registration timeout but accepted a slot request anyway.



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