You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2016/12/01 01:31:58 UTC

[jira] [Resolved] (REEF-1677) IMRU: Evaluators failed during WaitingForEvaluator phase don't count towards MaximumNumberOfEvaluatorFailures limit

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

Julia resolved REEF-1677.
-------------------------
       Resolution: Fixed
    Fix Version/s: 0.16

fixed via https://github.com/apache/reef/pull/1192

> IMRU: Evaluators failed during WaitingForEvaluator phase don't count towards MaximumNumberOfEvaluatorFailures limit
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: REEF-1677
>                 URL: https://issues.apache.org/jira/browse/REEF-1677
>             Project: REEF
>          Issue Type: Bug
>          Components: IMRU
>            Reporter: Mariia Mykhailova
>            Assignee: Mariia Mykhailova
>             Fix For: 0.16
>
>
> In {{IMRUDriver}}, we keep track of the list of failed evaluator ids, and use its length when we need to find out how many evaluators failed. However, if evaluator failed in {{WaitingForEvaluator}} state we immediately remove it from this list and request another evaluator, effectively forgetting about the failure. Thus, even with lots of evaluators failing at this stage we'll never hit {{MaximumNumberOfEvaluatorFailures}} limit, and will keep requesting new evaluators indefinitely.
> I think we should just remove this list (with the additional benefit of reduced memory consumption) and replace it with a single counter which is never decremented. We're only using the values in the list for sanity checks.



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