[
https://issues.apache.org/jira/browse/MESOS-4719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bannier updated MESOS-4719:
------------------------------------
Shepherd: Benjamin Mahler
Description:
A counter for the number of allocations to a framework can be used to monitor
allocation progress, e.g., when agents are added to a cluster, and as other
frameworks are added or removed.
Currently, an offer by the hierarchical allocator to a framework consists of a
list of resources on possibly many agents. Resources might be offered in order
to satisfy outstanding quota or for fairness. To capture allocations on fine
granularity we should not count the number of offers, but instead the pieces
making up that offer, as such a metric would better resolve the effect of
changes (e.g., adding/removing a framework).
> Add allocator metric for number of offers each framework received
> -----------------------------------------------------------------
>
> Key: MESOS-4719
> URL: https://issues.apache.org/jira/browse/MESOS-4719
> Project: Mesos
> Issue Type: Improvement
> Components: allocation
> Reporter: Benjamin Bannier
> Assignee: Benjamin Bannier
> Labels: mesosphere
>
> A counter for the number of allocations to a framework can be used to monitor
> allocation progress, e.g., when agents are added to a cluster, and as other
> frameworks are added or removed.
> Currently, an offer by the hierarchical allocator to a framework consists of
> a list of resources on possibly many agents. Resources might be offered in
> order to satisfy outstanding quota or for fairness. To capture allocations on
> fine granularity we should not count the number of offers, but instead the
> pieces making up that offer, as such a metric would better resolve the effect
> of changes (e.g., adding/removing a framework).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)