-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42341/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-3832
https://issues.apache.org/jira/browse/MESOS-3832
Repository: mesos
Description
-------
This is a followup patch addressing comments on r41052. It would be good to fix
this before 0.27 goes out.
The current patch redirects to the current master, if a leader has been
elected. If a leader has not been elected yet, it returns `ServiceUnavailable`
as before.
Diffs
-----
src/master/http.cpp bcafc7aff89659a68352f3876ce6042f8b34bd5d
Diff: https://reviews.apache.org/r/42341/diff/
Testing
-------
make check + curl. Due to MESOS-2976, spawning multiple masters is not possible.
Thanks,
Anand Mazumdar