-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18361/
-----------------------------------------------------------
(Updated Feb. 25, 2014, 6:15 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Before anyone complains about a trailing blank in a comment line, I removed it
(again, it snug back in).
Bugs: MESOS-945
https://issues.apache.org/jira/browse/MESOS-945
Repository: mesos-git
Description
-------
- Added a field to FrameworkInfo in protobuf spec
- Added table fields in html of web ui that display framework's hostname for
running and terminated frameworks
- Added line to scheduler constructor that sets framework hostname. This is
just about the first centralized piece of code that every framework executes.
- Refactored scheduler constructor so that code duplication is avoided.
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/glog-0.3.3.patch 974f9f5
Diff: https://reviews.apache.org/r/18361/diff/
Testing
-------
Built (with Clang) and ran local Mesos on Mac. Ran C++ and Java test
frameworks. Observed new hostname display in web UI. Built Mesos on Ubuntu
13.10 with gcc 4.8.1.
Thanks,
Bernd Mathiske