[jira] [Updated] (YARN-4370) Scheduler names should be case-sensitive when filtered on web page

2016-10-27 Thread Shane Kumpf (JIRA)

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

Shane Kumpf updated YARN-4370:
--
Labels: oct16-easy  (was: )

> Scheduler names should be case-sensitive when filtered on web page
> --
>
> Key: YARN-4370
> URL: https://issues.apache.org/jira/browse/YARN-4370
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: scheduler, webapp
>Affects Versions: 2.7.1
>Reporter: Chengbing Liu
>Assignee: Chengbing Liu
>  Labels: oct16-easy
> Attachments: YARN-4370.01.patch
>
>
> Suppose we have two queues like "abc" and "ABC", the appsTable will show 
> running apps from both queues when selecting one of them. Although it is bad 
> idea to have queue names like that, it is somehow confusing and should be 
> fixed.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-4370) Scheduler names should be case-sensitive when filtered on web page

2016-10-27 Thread Shane Kumpf (JIRA)

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

Shane Kumpf updated YARN-4370:
--
Component/s: scheduler

> Scheduler names should be case-sensitive when filtered on web page
> --
>
> Key: YARN-4370
> URL: https://issues.apache.org/jira/browse/YARN-4370
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: scheduler, webapp
>Affects Versions: 2.7.1
>Reporter: Chengbing Liu
>Assignee: Chengbing Liu
>  Labels: oct16-easy
> Attachments: YARN-4370.01.patch
>
>
> Suppose we have two queues like "abc" and "ABC", the appsTable will show 
> running apps from both queues when selecting one of them. Although it is bad 
> idea to have queue names like that, it is somehow confusing and should be 
> fixed.



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-4370) Scheduler names should be case-sensitive when filtered on web page

2015-11-18 Thread Chengbing Liu (JIRA)

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

Chengbing Liu updated YARN-4370:

Attachment: YARN-4370.01.patch

The problem is the misuse of DataTables's fnFilter.

According to the legacy document (prior to 1.10), 
http://legacy.datatables.net/ref , the 6th argument, case-insensitive matching, 
 should be false instead of the default value true.

The fix is based on this observation.

> Scheduler names should be case-sensitive when filtered on web page
> --
>
> Key: YARN-4370
> URL: https://issues.apache.org/jira/browse/YARN-4370
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: webapp
>Affects Versions: 2.7.1
>Reporter: Chengbing Liu
>Assignee: Chengbing Liu
> Attachments: YARN-4370.01.patch
>
>
> Suppose we have two queues like "abc" and "ABC", the appsTable will show 
> running apps from both queues when selecting one of them. Although it is bad 
> idea to have queue names like that, it is somehow confusing and should be 
> fixed.



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