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

Introduce a UUID message type

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • None

    Description

      Currently when UUID need to be part of a protobuf message, we use a byte array field for that. This has some drawbacks, especially when it comes to outputting the UUID in logs: To stringify the UUID field, we first have to create a stout UUID, then call .toString() of that one. It would help to have a UUID type in mesos.proto and provide a stringification function for it in type_utils.hpp.

      Attachments

        Activity

          People

            nfnt Jan Schlicht
            nfnt Jan Schlicht
            Benjamin Bannier Benjamin Bannier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: