-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53509/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-2723
https://issues.apache.org/jira/browse/MESOS-2723
Repository: mesos
Description
-------
This commit makes the —master argument mandatory.
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