[ https://issues.apache.org/jira/browse/MESOS-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642550#comment-14642550 ]
haosdent commented on MESOS-3057: --------------------------------- I think this ticket is not a problem. The task id maybe defined by your use framework, it could be "test_a", "test_b", "test_c" in other frameworks. The better way to fix it is let your use framwork use a fixed bit suffix. For example, like "test_00001", "test_00002". > Mesos web ui sorting by Id results in non-intuitive order. > ---------------------------------------------------------- > > Key: MESOS-3057 > URL: https://issues.apache.org/jira/browse/MESOS-3057 > Project: Mesos > Issue Type: Bug > Affects Versions: 0.23.0 > Reporter: Cody Roseborough > Priority: Trivial > Labels: newbie > Attachments: web ui sorted by ids.png > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)