-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53509/
-----------------------------------------------------------
(Updated Nov. 8, 2016, 2:01 a.m.)
Review request for mesos, Joseph Wu and Till Toenshoff.
Summary (updated)
-----------------
Changed mesos-execute --master flag parsing.
Bugs: MESOS-2723
https://issues.apache.org/jira/browse/MESOS-2723
Repository: mesos
Description (updated)
-------
This commit makes the --master argument required.
The parsing of the argument now happens in src/master/detector.cpp.
Diffs
-----
src/cli/execute.cpp b265bc6390ed8329a200408ef45512f900f9b999
Diff: https://reviews.apache.org/r/53509/diff/
Testing
-------
Testing done by running a master with `--zk=zk://localhost:2181/mesos` then an
agent with `--master=zk://localhost:2181/mesos` and then executing a sleep task
on Mesos with `--master=zk://localhost:2181/mesos`.
Thanks,
Armand Grillet