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

Update example frameworks in Mesos codebase to assign proper TaskId in order to be sorted correctly in WebUI

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • framework, webui
    • None
    • 3057

    Description

      Frameworks should assign fixed number of digits to tasks as the TaskId, which will be lexically sorted by WebUI in correct order.

      For instance, `1`, `2`, `10`, `11` will be sorted to `1`, `10`, `11`, `2`. But `001`, `002`, `010`, `011` will be sorted in ascending order.

      /src/examples/long_lived_framework.cpp should be updated

      Attachments

        Issue Links

          Activity

            People

              guoger Jay Guo
              guoger Jay Guo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: