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

(Updated Nov. 16, 2013, 1:12 a.m.)


Review request for mesos, Benjamin Hindman, Ben Mahler, and Shingo Omura.


Changes
-------

This commit implements the CLI command mesos-status, which reports three 
categories of hosts:

(1) The hosts that are reported by the /master/state.json and responded to 
/slave(1)/health query;
(2) Those that are reported by master but failed to respond to health query by 
timeout;
(3) Those that are included in the var/mesos/deploy/slaves files but not 
reported by the master.

Here in this new diff a bug was fixed that calls mesos.cli.usage() with only 
one argument. Replaced with an error() same as defined in mesos-upload.


Repository: mesos-git


Description
-------

This commit implements the CLI command mesos-status, which reports three 
categories of hosts:

(1) The hosts that are reported by the /master/state.json and responded to 
/slave(1)/health query;
(2) Those that are reported by master but failed to respond to health query by 
timeout;
(3) Those that are included in the var/mesos/deploy/slaves files but not 
reported by the master.


Diffs (updated)
-----

  src/cli/mesos-status PRE-CREATION 

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


Testing (updated)
-------

has been tested on a local cluster of 12 servers.


Thanks,

Du Li

Reply via email to