Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-1628 [Umbrella] YuniKorn application traceability
  3. YUNIKORN-1965

Display a unique id on the REST interface when returning events

    XMLWordPrintableJSON

Details

    Description

      When the scheduler is restarted, ID are always counted from 0, which makes IDs not unique. If someone decides to store the events in the database with IDs being a primary key, it will not be possible because of this.

      We should expose extra information to the REST API so that event IDs become unique when they are concatenated. For example:

      • Start timestamp
      • Random number
      • Random UUID
      • An ID constructed from the pod's unique ID
      • etc.

      Attachments

        Issue Links

          Activity

            People

              pbacsko Peter Bacsko
              pbacsko Peter Bacsko
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: