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/01/30 09:51:00 UTC

[jira] [Closed] (FLINK-8505) SlotManager can reach inconsistent state

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

Till Rohrmann closed FLINK-8505.
--------------------------------
    Resolution: Fixed

Fixed via 492d1b45c283c6611added2b1c750bb2b014d23c

> SlotManager can reach inconsistent state
> ----------------------------------------
>
>                 Key: FLINK-8505
>                 URL: https://issues.apache.org/jira/browse/FLINK-8505
>             Project: Flink
>          Issue Type: Bug
>          Components: Distributed Coordination
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> The {{SlotManager}} can reach an inconsistent state when a formerly free task slot is reported as allocated by an incoming {{SlotReport}}. The problem is that the slot won't be removed from the set of free slots and, thus, will be considered for future slot requests.
> The solution is to remove the slot from the set of free slots once it is reported allocated.
>  
> https://travis-ci.org/tillrohrmann/flink/jobs/332871241



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