Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Right now, the resource monitor returns a Usage which contains ContainerId, ExecutorInfo and ResourceStatistics. In order for resource estimator/qos controller to calculate usage slack, or tell if a container is using revokable resources or not, we need to expose the Resources that are currently assigned to the container.
This requires us the change the containerizer interface to get the Resources as well while calling 'usage()'.
Attachments
Issue Links
- duplicates
-
MESOS-2818 Pass 'allocated' resources for each executor to the resource estimator.
- Resolved