You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jay Guo (JIRA)" <ji...@apache.org> on 2016/03/15 07:31:33 UTC

[jira] [Assigned] (MESOS-4930) Update example frameworks in Mesos codebase to assign proper TaskId in order to be sorted correctly in WebUI

     [ https://issues.apache.org/jira/browse/MESOS-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Guo reassigned MESOS-4930:
------------------------------

    Assignee: Jay Guo

> 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)