Details
-
Bug
-
Status: Accepted
-
Trivial
-
Resolution: Unresolved
-
0.23.0
-
None
-
None
Description
In the mesos webui sorting task by ID results in non-intuitive order. For example with Id's task_0-task_200 sorted asc you get task_0, task_1, task_10, task_100... task_109, task_11, task_110 etc. It happens if you use just numbers as Id's also.
It seems like it should be sorted using natural sort order.
Attachments
Attachments
Issue Links
- is duplicated by
-
MESOS-4929 WebUI does not correctly sort tasks when their TaskIds are of different length
- Resolved
- is related to
-
MESOS-1697 Correctly sort int task IDs in mesos webUI
- Open
-
MESOS-4930 Update example frameworks in Mesos codebase to assign proper TaskId in order to be sorted correctly in WebUI
- Open
- relates to
-
MESOS-4930 Update example frameworks in Mesos codebase to assign proper TaskId in order to be sorted correctly in WebUI
- Open