[
https://issues.apache.org/jira/browse/MESOS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Mahler updated MESOS-362:
----------------------------------
Affects Version/s: (was: 0.11.0)
(was: 0.10.0)
(was: 0.9.0)
> Inconsistent slave maps in the master.
> --------------------------------------
>
> Key: MESOS-362
> URL: https://issues.apache.org/jira/browse/MESOS-362
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.12.0
> Reporter: Benjamin Mahler
> Assignee: Benjamin Mahler
> Priority: Critical
> Fix For: 0.13.0
>
>
> We are seeing inconsistent values in the webui between "Connected" and
> "Activated" slaves.
> In particular, the number of "Activated" slaves is much higher.
> The master keeps two internal maps.
> multihashmap<std::string, uint16_t> slaveHostnamePorts; // Source of
> "Activated" in the webui.
> hashmap<SlaveID, Slave*> slaves; // Source of "Connected" in the webui.
> 1. The names don't really make a lot of sense.
> 2. These are supposed to be kept in sync AFAICT, but I see some spots where
> we remove from slaves but not from slaveHostnamePorts.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira