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)