-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55359/
-----------------------------------------------------------
(Updated Feb. 1, 2017, 10:45 p.m.)
Review request for mesos, Benjamin Mahler and Jiang Yan Xu.
Changes
-------
Rebased after batch allocation patch was merged.
Bugs: MESOS-6444
https://issues.apache.org/jira/browse/MESOS-6444
Repository: mesos
Description
-------
We handle shared resources for `LAUNCH` operations separately in the
`updateAllocation()` API to add additional copies of shared resources.
But the updates to the allocations in the allocator and sorters
can be consolidated together.
Diffs (updated)
-----
src/master/allocator/mesos/hierarchical.cpp
ffa07087f9ed8d28b99cc4cde7c739cfd7edb1e1
Diff: https://reviews.apache.org/r/55359/diff/
Testing
-------
Tests passed.
Thanks,
Anindya Sinha