-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47693/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Gilbert Song, Jie Yu, and Vinod Kone.
Bugs: MESOS-5429
https://issues.apache.org/jira/browse/MESOS-5429
Repository: mesos
Description
-------
Added more error info for mesos ps.
Diffs
-----
src/cli/mesos-ps a6e6b7a0dd7091db35cee549ca1ce589b36406f6
Diff: https://reviews.apache.org/r/47693/diff/
Testing
-------
make
make check
No LD_LIBRARY_PATH:
root@mesos002:~# mesos ps --master=192.168.56.12:5050 --verbose=true
Failed to get the master due to: Failed to execute 'mesos-resolve 192.168.56.12:5050':
mesos-resolve: error while loading shared libraries: libmesos-0.29.0.so: cannot open shared
object file: No such file or directory
Master is not running:
root@mesos002:~# mesos ps --master=192.168.56.12:5050 --verbose=true
Failed to get the master state due to: <urlopen error [Errno 111] Connection refused>
Thanks,
Guangya Liu
|