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

Mehrdad Nurolahzade updated AURORA-1828:
----------------------------------------
    Description: 
Expose stats on the number of offers evaluated before a task is assigned by 
{{TaskAssigner}}.

The number of invocations of the {{SchedulingFilterImpl.filter()}} method 
exposes the number of offers examined per unit of time. And the number of vetos 
exposed by {{TaskVars}} gives the number of offers vetoed for each veto group. 
But, none of these provide us with visibility into how many offers are examined 
before a task is assigned in {{TaskSchedulerImpl.maybeAssign()}}.

  was:
Expose stats on the number of offers evaluated before a task is assigned by 
{{TaskAssigner}}.

Although the number of invocations of the {{SchedulingFilterImpl.filter()}} 
method exposes the number of offers examined per unit of time. But, it does not 
provide us with visibility into how many offers are examined before a task is 
assigned in {{TaskSchedulerImpl.maybeAssign()}}.


> Expose stats on the number of offers evaluated before a task is assigned
> ------------------------------------------------------------------------
>
>                 Key: AURORA-1828
>                 URL: https://issues.apache.org/jira/browse/AURORA-1828
>             Project: Aurora
>          Issue Type: Task
>          Components: Scheduler
>            Reporter: Mehrdad Nurolahzade
>            Priority: Minor
>              Labels: newbie
>
> Expose stats on the number of offers evaluated before a task is assigned by 
> {{TaskAssigner}}.
> The number of invocations of the {{SchedulingFilterImpl.filter()}} method 
> exposes the number of offers examined per unit of time. And the number of 
> vetos exposed by {{TaskVars}} gives the number of offers vetoed for each veto 
> group. But, none of these provide us with visibility into how many offers are 
> examined before a task is assigned in {{TaskSchedulerImpl.maybeAssign()}}.



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

Reply via email to