Re: Mesos masters and zookeeper running together?

2015-12-24 Thread Ron Lipke
Thanks, this makes a lot of sense. It also allows us to do rolling upgrades to the zookeeper EC2 instances as we build out the cluster. Thanks everyone for the help! Happy Holidays. Ron Lipke @neverminding > On Dec 24, 2015, at 5:13 PM, Dick Davies wrote: > >

Re: Mesos masters and zookeeper running together?

2015-12-24 Thread Dick Davies
zookeeper really wants a dedicated cluster IMO; preferably with SSD under it - if zookeeper starts to run slow then everything else will start to bog down. I've co-hosted it with mesos masters before now for demo purposes etc. but for production it's probably worth choosing dedicated hosts. On 24

Re: Mesos masters and zookeeper running together?

2015-12-24 Thread Rodrick Brown
With our design we end up building out a stand alone zookeeper cluster 3 nodes.  Zookeeper seems to be the default dumping ground for many Apache based products these days. You will eventually see many services and frameworks require a zk instance for leader election, coordination, Kv store

Re: Mesos fetcher in dockerized slave

2015-12-24 Thread Tim Chen
Hi Marica/Shuai, Sorry haven't been able to spend the time to repro, but looks like Shuai confirmed it. Can one of you file a JIRA? Thanks! Tim On Thu, Dec 24, 2015 at 6:16 AM, Shuai Lin wrote: > Hi Marica, > > I can reproduce the problem exactly as you described in

Re: Mesos masters and zookeeper running together?

2015-12-24 Thread craig w
We've run the mesos-master and marathon processes in the same servers as zookeeper. On Dec 24, 2015 11:01 AM, "Ron Lipke" wrote: > Hello, I've been working on setting up a mesos cluster for eventual > production use and I have a question on configuring zookeeper alongside >

Mesos masters and zookeeper running together?

2015-12-24 Thread Ron Lipke
Hello, I've been working on setting up a mesos cluster for eventual production use and I have a question on configuring zookeeper alongside the mesos masters. Is it best practice to run zookeeper/exhibitor as a separate cluster (in our case, three nodes) or on the same machines as the mesos