Re: Review Request 30396: Add --etcd to match --zk.

2015-01-29 Thread Cody Maloney
On Jan. 29, 2015, 5:55 p.m., Alexander Rukletsov wrote: What if a user specifies both `--zk` and `--etcd`? Do we want to track it and throw at least a warning? There isn't a good way to do this using stout/flags without rewriting a decent chunk of it. I could make the flags have

Re: Review Request 30396: Add --etcd to match --zk.

2015-01-29 Thread Alexander Rukletsov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30396/#review70236 --- What if a user specifies both `--zk` and `--etcd`? Do we want to

Re: Review Request 30396: Add --etcd to match --zk.

2015-01-29 Thread Benjamin Mahler
That sounds like it might lead to surprise, typically we handle these cross flag interactions via manual checks (e.g. in master/main.cpp). Could you do that here? On Thu, Jan 29, 2015 at 10:25 AM, Cody Maloney c...@mesosphere.io wrote: On Jan. 29, 2015, 5:55 p.m., Alexander Rukletsov wrote:

Review Request 30396: Add --etcd to match --zk.

2015-01-28 Thread Cody Maloney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30396/ --- Review request for mesos and Benjamin Hindman. Bugs: MESOS-1806