Jay Guo created MESOS-4930:
------------------------------
Summary: 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
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)