Hello Mesos devs,
I'm trying to integrate leader election into the framework I already wrote.
The framework uses a shared database, and will be fine as long as at most
one copy is running at a given time. I am using Curator to provide the
leader election. What I'm not sure about is how to handle when the curator
goes into a SUSPENDED state--I'd like to stop the driver, and restart it
once the connection RECONNECTs, but I'm not sure if I can do that without
creating a whole new MesosSchedulerDriver. Is this the right way to go
about it? Should I just ignore SUSPENDED? What do other frameworks do?

Reply via email to