----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14960/ -----------------------------------------------------------
(Updated Nov. 15, 2013, 7:31 p.m.) Review request for mesos, Benjamin Hindman, Ben Mahler, and Shingo Omura. Changes ------- This implementation of mesos-status uses futures to health-check slaves reported by master/state.json. In addition, it allows for empty and comment lines in the deploy/slaves configuration file. Repository: mesos-git Description (updated) ------- 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 ------- tested on single-host deployment of mesos. Thanks, Du Li
