You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "kyungwan nam (JIRA)" <ji...@apache.org> on 2016/02/23 08:16:18 UTC

[jira] [Updated] (AMBARI-15140) Slider view: does not show the most recently executed app if there are many applications having same app name

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

kyungwan nam updated AMBARI-15140:
----------------------------------
    Attachment: AMBARI-15140.patch

I attached a patch.
apps will be compared by ApplicationId compareTo in my patch.

> Slider view: does not show the most recently executed app if there are many applications having same app name
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-15140
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15140
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: kyungwan nam
>            Assignee: kyungwan nam
>            Priority: Minor
>              Labels: contrib
>         Attachments: AMBARI-15140.patch
>
>
> slider-view should show the most recently executed app if there are many applications having same appname.
> but, application's id is compared by String compareTo (lexicographical order).
> for example, there are two applications having same appname and these appids are “1453775865125_9", “1453775865125_10”.
> the application that appid is “1453775865125_9" will be shown by lexicographical order .
> that's not we expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)