Details
-
Improvement
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently we use string to store mesos version in protobuf. In MESOS-1841-reviews, marco-mesos think it would be better to create a protobuf struct which named VersionInfo like:
message VersionInfo { option string git_sha = 1; option string build_user = 2; xxxxx }
So that we could use this struct everywhere (expose informations to http endpoint, replace the version string in MasterInfo).
Attachments
Issue Links
- relates to
-
MESOS-1841 Mesos components should expose their version on an endpoint.
- Resolved