-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34581/
-----------------------------------------------------------
(Updated May 23, 2015, 3:27 a.m.)
Review request for mesos, Jie Yu, Niklas Nielsen, Szymon Konefal, and Vinod
Kone.
Changes
-------
s/package mesos.internal/package mesos.slave/
Bugs: MESOS-2760
https://issues.apache.org/jira/browse/MESOS-2760
Repository: mesos
Description
-------
This proto describes a QoS correction message for particular executor or task.
It is a generic message between QoS Controller and slave.
Additionaly, updated Makefile to include this proto during compilation.
This request updates the https://reviews.apache.org/r/34571/
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/stout/include/stout/hashmap.hpp
215007b7ba8c4093ce95b79a07fd84445048b58a
3rdparty/libprocess/3rdparty/stout/include/stout/hashset.hpp
75ed9db54dc9ab502e978f06c55a621cacb56b91
3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp
a538fb1a343aab039aecabe508b7747e683fd46e
3rdparty/libprocess/3rdparty/stout/include/stout/os/stat.hpp
c8203d6d1ec41c1c27d139b469a21453183c4903
3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp
12b2e1b67df30ba4bfdbe12289ee42db8d381954
3rdparty/libprocess/include/process/process.hpp
79d1719932a3fdc90b6247d3a77adee123e72435
include/mesos/master/allocator.hpp 8347cfaf6abce155a777484970e595e6b141bb87
include/mesos/slave/oversubscription.proto PRE-CREATION
src/Makefile.am 34755cf795391c9b8051a5e4acc6caf844984496
src/linux/ns.hpp 6876967f4182e0cd0bc11fe124382629107eebf7
src/master/allocator/mesos/allocator.hpp
b57b03daf992082ec7c731666699ab2574bf7993
src/master/allocator/mesos/hierarchical.hpp
44fbccaf72b65251095f69b68627d0efa58707d4
src/master/allocator/sorter/drf/sorter.hpp
35dc1a4d0b5e61b26a07c2c53583d75896aff27c
src/master/allocator/sorter/drf/sorter.cpp
ac05afdc7d408735dd796faa68c943e75540aaa7
src/master/allocator/sorter/sorter.hpp
9f7d3ccfd0994be8d562fd5efaeeb9403cf9ce94
src/slave/containerizer/linux_launcher.cpp
8eae258d81229e19f8c587f5e023b1df7deed025
src/tests/hierarchical_allocator_tests.cpp
85bb29e7cfc00579ff8f6d62d6c75e1b99ffcdba
src/tests/mesos.hpp b8f7a2f9236166e42421d926718af8d45e857eba
src/tests/sorter_tests.cpp 435e0bfeb28c1a9ea124312a8b97a869945ac87f
Diff: https://reviews.apache.org/r/34581/diff/
Testing
-------
* make check
* run mesos:
1) build (make)
2) checked that *oversubscription.pb.h* and *oversubscription.pb.cc* are in the
proper directories
3) run *mesos-slave*, *mesos-master* and checked if their behaviour is proper
Thanks,
Bartek Plotka