-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52879/
-----------------------------------------------------------
(Updated Nov. 3, 2016, 1:28 p.m.)
Review request for mesos, Alexander Rukletsov, Anand Mazumdar, haosdent huang,
Jie Yu, and Jiang Yan Xu.
Changes
-------
Reorder includes.
Bugs: MESOS-6494
https://issues.apache.org/jira/browse/MESOS-6494
Repository: mesos
Description
-------
Updated the executors so that they use only `stout::flags` to load
config options.
They used to use a mix of `stout::flags` and `os::getenv`.
Diffs (updated)
-----
src/CMakeLists.txt 75c3a2b270e74d904fc8c0a882647755814425e6
src/Makefile.am c031e984cd280a776874ee7b771f875f7daa9851
src/docker/executor.hpp 8385631fd170f97b28c4ca3596255ab0546774d6
src/docker/executor.cpp 749e590f73ad0da94599858c8430331378d39418
src/exec/exec.cpp 1dc20390907253a466b7272b7f8b33ea14afb236
src/exec/flags.hpp PRE-CREATION
src/exec/flags.cpp PRE-CREATION
src/executor/executor.cpp 1d47b52d89eedee59d160badd6313d34e3bdb6d2
src/executor/flags.hpp PRE-CREATION
src/executor/flags.cpp PRE-CREATION
src/launcher/default_executor.cpp b8a88ad6e361720dc7d02c9423db3e67226f779f
src/launcher/executor.hpp 217680d99d6e8c31130d7dc714f8cd730f360852
src/launcher/executor.cpp a3b43b5e096878cfab647421a99a83fca11c555f
src/slave/containerizer/docker.cpp c2ed5240aab9ea9d1a386c44c94e5ae7e98d313c
src/tests/containerizer.cpp c2208660352e5cf62cec5c7b92ec67fea62aea49
Diff: https://reviews.apache.org/r/52879/diff/
Testing
-------
`make check`
Thanks,
Gastón Kleiman