You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Marco Massenzio (JIRA)" <ji...@apache.org> on 2015/09/01 19:38:45 UTC

[jira] [Commented] (MESOS-3350) Create a protobuf VersionInfo to store mesos version information

    [ https://issues.apache.org/jira/browse/MESOS-3350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725741#comment-14725741 ] 

Marco Massenzio commented on MESOS-3350:
----------------------------------------

Can you also please add a link to the original review w/ comments (and maybe the original Jira that generated that one)?
thanks!

> Create a protobuf VersionInfo to store mesos version information
> ----------------------------------------------------------------
>
>                 Key: MESOS-3350
>                 URL: https://issues.apache.org/jira/browse/MESOS-3350
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: haosdent
>            Assignee: Marco Massenzio
>              Labels: tech-debt
>
> Currently we use string to store mesos version in protobuf. It would be better to create a protobuf struct which named VersionInfo like:
> {code}
> message VersionInfo {
>      option string git_sha = 1;
>      option string build_user = 2;
>      xxxxx
> }
> {code}
> So that we could use this struct everywhere (expose informations to http endpoint, replace the version string in MasterInfo).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)