[
https://issues.apache.org/jira/browse/MESOS-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194826#comment-15194826
]
Jay Guo commented on MESOS-4930:
--------------------------------
review board link: https://reviews.apache.org/r/44836/
> Update example frameworks in Mesos codebase to assign proper TaskId in order
> to be sorted correctly in WebUI
> ------------------------------------------------------------------------------------------------------------
>
> Key: MESOS-4930
> URL: https://issues.apache.org/jira/browse/MESOS-4930
> Project: Mesos
> Issue Type: Improvement
> Components: framework, webui
> Reporter: Jay Guo
> Assignee: Jay Guo
> Priority: Trivial
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)