-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44694/
-----------------------------------------------------------
Review request for mesos, Joris Van Remoortere, Michael Park, and Till
Toenshoff.
Bugs: MESOS-4903
https://issues.apache.org/jira/browse/MESOS-4903
Repository: mesos
Description
-------
As long as the module(s) being loaded don't conflict with the already
loaded modules, the module manager will allow multiple calls to
`load()`.
Diffs
-----
include/mesos/type_utils.hpp 27fa8c9256c24b5ec6f5d259305ea66b5f556673
src/common/type_utils.cpp 037c4336276258d671d0b1bf66cdab50b5bf9fb8
src/module/manager.hpp 89dd06097a355c6455e8f8af7d3d98847a304c90
src/module/manager.cpp 6ae99504005581b22a44768949b1d305cec517d9
src/tests/module_tests.cpp 497ed87bddce23bb457373da40dc87111c04136d
Diff: https://reviews.apache.org/r/44694/diff/
Testing
-------
Added new tests and ran make check.
Thanks,
Kapil Arya