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

Correctly sort int task IDs in mesos webUI

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.19.0
    • None
    • webui
    • None

    Description

      A task ID is a string in mesos. Therefore it is sorted lexicographically In mesos webUI. However, if a framework uses counter-based IDs and doesn't pad them with sufficient amount of zeros, sorting by ID doesn't work as expected anymore. Possible solutions are:
      1. Sort IDs according to their length and the lexicographically.
      2. Apply some heuristic to determine whether a task ID is counter- or integer- based. For example, if all framework IDs contain only digits, sort them in numerical order.

      Attachments

        Issue Links

          Activity

            People

              ArmandGrillet Armand Grillet
              alexr Alex R
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: