-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26775/
-----------------------------------------------------------
(Updated Oct. 19, 2014, 11:22 p.m.)
Review request for mesos, Kapil Arya and Niklas Nielsen.
Changes
-------
Vastly simplyfied by ignoring possible duplicate master/slave modules.
Bugs: MESOS-1927
https://issues.apache.org/jira/browse/MESOS-1927
Repository: mesos-git
Description
-------
Frameworks triggering a local cluster (--master=local) now have module loading
support via slave and master flags (--modules). Duplicate modules (slave vs.
master) are filtered before loading.
Diffs (updated)
-----
src/local/local.cpp 66de798
Diff: https://reviews.apache.org/r/26775/diff/
Testing
-------
make check & functional check using upcoming module related patches.
Thanks,
Till Toenshoff