-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24128/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Jie Yu.
Bugs: MESOS-1654
https://issues.apache.org/jira/browse/MESOS-1654
Repository: mesos-git
Description
-------
when network isolation is enabled, we should keep track of how many executors
have launched on a given host to avoid sending offers for those that have hit
the container limit.
this is a short-term fix for the issue to enable broader testing of network
monitoring and isolation.
Diffs
-----
src/master/flags.hpp 848d28b2da2df4981d5fceee07a014069d938394
src/master/master.cpp 273a516a964f586183557e270d34b55c5a34036b
Diff: https://reviews.apache.org/r/24128/diff/
Testing
-------
make check
Thanks,
Dominic Hamon