You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Chengbing Liu (JIRA)" <ji...@apache.org> on 2015/11/18 09:39:11 UTC

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

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