-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50815/
-----------------------------------------------------------
Review request for mesos, Vinod Kone and Zhitao Li.
Bugs: MESOS-5930
https://issues.apache.org/jira/browse/MESOS-5930
Repository: mesos
Description
-------
We erroneously wrapped the orphaned tasks loop with the loop
for known frameworks. This means that we would append the list
of orphaned tasks multiple times per framework. If there are
no active frameworks, we won't even return any orphaned tasks.
Diffs
-----
src/master/http.cpp e26dc2ff19fdfebc4d57009f355ebc92df3b62fd
Diff: https://reviews.apache.org/r/50815/diff/
Testing
-------
make check (tested as part of MESOS-5930)
Thanks,
Anand Mazumdar