You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2016/10/24 22:27:58 UTC

[jira] [Created] (MESOS-6461) Duplicate framework ids in /master/frameworks endpoint 'unregistered_frameworks'.

Gilbert Song created MESOS-6461:
-----------------------------------

             Summary: Duplicate framework ids in /master/frameworks endpoint 'unregistered_frameworks'.
                 Key: MESOS-6461
                 URL: https://issues.apache.org/jira/browse/MESOS-6461
             Project: Mesos
          Issue Type: Bug
          Components: master
            Reporter: Gilbert Song
            Priority: Minor


This issue was exposed from MESOS-6400. There are duplicate framework ids presented from the /master/frameworks endpoint due to:

https://github.com/apache/mesos/blob/master/src/master/http.cpp#L1338

We should use a `set` or a `hashset` instead of an array, to avoid duplicate ids.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)