On Mon, Apr 21, 2014 at 3:10 PM, Sharma Podila <spod...@netflix.com> wrote:

> On a related note, what if framework scheduler is up while Mesos master
> goes down. Then, if Mesos master restarts after a time interval greater
> than framework failover timeout, what is the expected behavior? Would the
> framework successfully get a re-registered() callback? Or error() callback?
> Other?
>

If there is only one master (not recommended for HA) and it starts after
the framework failover timeout then yes the framework can successfully
re-register. The framework failover timer is operated by the master. This
is somewhat similar to how ZooKeeper handles session expiration timeouts.

Reply via email to