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/10/15 20:11:00 UTC

[jira] [Resolved] (FLINK-9932) If task executor offer slot to job master timeout the first time, the slot will leak

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

Till Rohrmann resolved FLINK-9932.
----------------------------------
    Resolution: Fixed

Fixed via
1.7.0:
438f650b180d1b47a4fa79c9c8314787b3d164e3
d7740bd00c8752303beef120ab55652cc7ed7ab5

1.6.2:
b64cbd6dfe4445aa45f9f8982de1ec83cea9c040
c60fdc4e0d1885a25145995fdc51b3a4acce7500

1.5.5:
9892717a856c3ef30de922f6e452e943cab66d34
28bf20c49f5323b57c23c2b27249ff2c84b69d59

> If task executor offer slot to job master timeout the first time, the slot will leak
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-9932
>                 URL: https://issues.apache.org/jira/browse/FLINK-9932
>             Project: Flink
>          Issue Type: Bug
>          Components: Cluster Management
>    Affects Versions: 1.5.0
>            Reporter: shuai.xu
>            Assignee: shuai.xu
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.7.0, 1.6.2, 1.5.5
>
>
> When task executor offer slot to job master, it will first mark the slot as active.
> If the offer slot call timeout, the task executor will try to call offerSlotsToJobManager again,
> but it will only offer the slot in ALLOCATED state. As the slot has already be mark ACTIVE, it will never be offered and this will cause slot leak.



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