You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Andrew Chung (JIRA)" <ji...@apache.org> on 2015/09/08 23:00:46 UTC

[jira] [Updated] (REEF-726) Race condition with completed Containers

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

Andrew Chung updated REEF-726:
------------------------------
    Attachment: restart_failure.txt

YARN logs for the race condition.

> Race condition with completed Containers
> ----------------------------------------
>
>                 Key: REEF-726
>                 URL: https://issues.apache.org/jira/browse/REEF-726
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF Driver, REEF Runtime YARN, REEF-Runtime-YARN
>            Reporter: Andrew Chung
>            Assignee: Andrew Chung
>         Attachments: restart_failure.txt
>
>
> There is a race condition in which it's possible for a Container to be removed twice in {{YarnContainerManager}}. i.e. {{removeAndGet()}} is called both in {{onContainersCompleted}} (without a lock) and by the {{EvaluatorManager}} (with a lock on the {{EvaluatorManager}}).



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