Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1692

Revert the ignorance for extra Evaluators requested

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.16
    • None

    Description

      The reason we did REEF-1688 for ignoring extra AllocatedEvaluators was because we thought Yarn might give us additional Evalautors. In fact, it is a bug in REEF code. REEF-1691 has been created to fix it.

      The side effect for ignoring extra IAllocatedEvaluator are:

      • It hides potential bugs
      • Even we choose to ignore the extra IAllocatedEvaluator in EvaluatorManager, this event can be received in other system state rather than WaitingForEvalautor. This is because as soon as we get all the needed Evaluators, we change the system state and start to submit tasks, and the system state can be SubmittingTasks, or ShuttingDown after it. By the time we receive the extra IAllocatedEvaluator event, it is in unexpected state, IMRUDriver will throw exception in those cases.

      I would think we should revert the change in REEF-1688 to ensure the integrity of the system.

      Attachments

        Issue Links

          Activity

            People

              juliaw Julia Wang
              juliaw Julia Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: