Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-3350

Create a protobuf VersionInfo to store mesos version information

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              haosdent@gmail.com haosdent
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: