You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/03/28 19:55:15 UTC

[jira] [Commented] (MESOS-362) Inconsistent slave maps in the master.

    [ https://issues.apache.org/jira/browse/MESOS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13616528#comment-13616528 ] 

Benjamin Mahler commented on MESOS-362:
---------------------------------------

The fix will be bundled with: MESOS-305
                
> Inconsistent slave maps in the master.
> --------------------------------------
>
>                 Key: MESOS-362
>                 URL: https://issues.apache.org/jira/browse/MESOS-362
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Benjamin Mahler
>            Assignee: Benjamin Mahler
>            Priority: Critical
>
> 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