----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14960/ -----------------------------------------------------------
(Updated Nov. 19, 2013, 11:47 p.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. This diff is rebased on latest code on master and has temporarily removed code for checking configuration file. 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 ------- has been tested on a local cluster of 12 servers. Thanks, Du Li
