kyungwan nam created AMBARI-15140:
-------------------------------------
Summary: 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
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)