Details
Description
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.