Slide 13
Slide 13 text
© 2016 Mesosphere, Inc. All Rights Reserved. 13
Key Design Decision:
The Mesos masters share
very little replicated state.
Most cluster state (e.g., active
tasks and frameworks) is only
stored in-memory at the
leading master.
Consequences:
1. Easy to scale the master to large
clusters.
2. Source-of-truth for task state is
the agent, not the master.
3. After failover, new leading
master knows almost nothing
about the state of the cluster.
Restoring Consistency of Cluster State