Neil Conway created MESOS-7613: ---------------------------------- Summary: Unit test for master behavior with mixed regions Key: MESOS-7613 URL: https://issues.apache.org/jira/browse/MESOS-7613 Project: Mesos Issue Type: Improvement Reporter: Neil Conway Assignee: Neil Conway
It would be nice to write unit tests to check that: * A standby master joins the Zk group if it has the same region and zone as the leading master * A standby master joins the Zk group if it has the same region as the leading master but a different zone * A standby master joins the Zk group if it has no configured domain but the leading master has a configured domain. * A standby master joins the Zk group if it has a configured domain but the leading master does not have a configured domain. * A standby master aborts with an error message if it is configured to use a different region than the leading master. Unfortunately, we cannot easily test this scenario due to MESOS-2976. -- This message was sent by Atlassian JIRA (v6.3.15#6346)