You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Lou DeGenaro (JIRA)" <de...@uima.apache.org> on 2016/04/05 19:16:25 UTC

[jira] [Resolved] (UIMA-4882) DUCC Resource Manager (RM) does not adequately expand Job Processes (JPs)

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

Lou DeGenaro resolved UIMA-4882.
--------------------------------
    Resolution: Fixed

Code is delivered.

> DUCC Resource Manager (RM) does not adequately expand Job Processes (JPs)
> -------------------------------------------------------------------------
>
>                 Key: UIMA-4882
>                 URL: https://issues.apache.org/jira/browse/UIMA-4882
>             Project: UIMA
>          Issue Type: Improvement
>          Components: DUCC
>            Reporter: Lou DeGenaro
>            Assignee: Lou DeGenaro
>             Fix For: 2.1.0-Ducc
>
>
> The Resource Manager (RM) employs a mean work item completion time published by the Orchestrator (OR) to predict Job Processes (JP) usage for resource allocation.  Presently this mean only considers completed work items, not active ones, and therefore may not reflect the benefits of more resource allocation to a Job.
> A revised algorithm for calculating the work item prediction mean is:
> 1. calculate mean of completed work items
> 2. find active work items > completed mean
> 3. calculate new mean comprising completed + longer active work items
> 4. publish same



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