Re: Zookeeper version not sync with mesos

2014-07-17 Thread Bill Farner
Sorry for the delay in getting back to you on this. Your native_log_quorum_size value does indeed look correct. Can you provide the full log output from the scheduler? -=Bill On Fri, Jul 11, 2014 at 2:14 AM, Damien Hardy wrote: > Hello, > > Here are the scheduler command line options (based

Re: Zookeeper version not sync with mesos

2014-07-11 Thread Damien Hardy
Hello, Here are the scheduler command line options (based on example given) https://github.com/apache/incubator-aurora/blob/master/examples/scheduler/scheduler-local.sh -http_port=8081 -mesos_master_address=zk://cdh4master01.preprod:2181,cdh4master02.preprod:2181,cdh4worker01.preprod:2181/mesos -

Re: Zookeeper version not sync with mesos

2014-07-11 Thread Damien Hardy
Le 10/07/2014 18:43, Raúl Gutiérrez Segalés a écrit : > On 10 July 2014 09:00, Damien Hardy wrote: > >> Hello, >> >> My question is how can we run with mesos 0.18.0 whereas requirement on >> zookeeper are on an older version : 3.3.4 (mesos embed 3.4.3). >> >> Actually I have problems tring to r

Re: Zookeeper version not sync with mesos

2014-07-10 Thread Bill Farner
Can you share the scheduler's command line arguments? This behavior would present if the quorum size [1] is greater than the number of active schedulers (or if the schedulers are unable to communicate). [1] https://github.com/apache/incubator-aurora/blob/master/docs/deploying-aurora-scheduler.md#

Re: Zookeeper version not sync with mesos

2014-07-10 Thread Raúl Gutiérrez Segalés
On 10 July 2014 09:00, Damien Hardy wrote: > Hello, > > My question is how can we run with mesos 0.18.0 whereas requirement on > zookeeper are on an older version : 3.3.4 (mesos embed 3.4.3). > > Actually I have problems tring to register on an existing mesos 0.18.2 > cluster running. > When I tr