Re: [BULK]Re: [BULK]Re: Mesos and Zookeeper Dynamic Reconfiguration?

2022-03-10 Thread Dan Leary
Thanks, I'll give that a try. Perhaps I'll file a feature request to auto-update the zk endpoints on a reconfig event so the mesos masters don't have to be restarted. On Thu, Mar 10, 2022 at 12:49 PM Thomas Langé wrote: > Hi, > > You answer is in your last message: > >Perhaps a mesos-master

Re: [BULK]Re: [BULK]Re: Mesos and Zookeeper Dynamic Reconfiguration?

2022-03-10 Thread Thomas Langé
Hi, You answer is in your last message: >Perhaps a mesos-master needs to be terminated and then restarted with an >updated zk:// list as > each zk participant gets reconfig'ed? >From what I understand, when your issue happens, your ZK cluster is healthy >but Mesos masters fails to connect. It

Re: [BULK]Re: Mesos and Zookeeper Dynamic Reconfiguration?

2022-03-10 Thread Dan Leary
Thomas- Encouraging news. Appreciate the response. I've tried both non-incremental and incremental reconfigs with the same result. With 3 zk participants (quorum 2) we first add 3 observers. Non-incrementally we then remove a participant then add an observer as participant. Repeat twice, last

Re: [BULK]Re: Mesos and Zookeeper Dynamic Reconfiguration?

2022-03-10 Thread Thomas Langé
Hi, We don't run mesos 1.11 but we use Zookeeper with dynamic reconfiguration capability without any issue for Mesos 1.9. The only thing that should be handled carefully is the addition/removal of Zookeeper members when using dynamic reconf feature. What do you mean by "mesos-master can