Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.19.0
-
None
-
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
- relates to
-
MESOS-3057 Mesos web ui sorting by Id results in non-intuitive order.
- Accepted