-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34646/
-----------------------------------------------------------

(Updated June 1, 2015, 10:12 a.m.)


Review request for mesos and Adam B.


Bugs: MESOS-1865
    https://issues.apache.org/jira/browse/MESOS-1865


Repository: mesos


Description
-------

Return empty task list when current master is not a leader.


Diffs (updated)
-----

  src/master/http.cpp 01dbdad9720a9cd30505683ae1117970cda918a0 
  src/master/master.hpp c0cc2933a2cc094401f633df12356bda3d294564 

Diff: https://reviews.apache.org/r/34646/diff/


Testing
-------

make check

when current master is not a leader, it would redirect to the leader master.

```
$ curl -i http://master1:5050/master/tasks.json
HTTP/1.1 307 Temporary Redirect
Date: Mon, 01 Jun 2015 06:30:08 GMT
Location: http://master2:5050//master/tasks.json
Content-Length: 0
```


Thanks,

haosdent huang

Reply via email to