Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89A6D186ED for ; Wed, 18 Nov 2015 08:39:11 +0000 (UTC) Received: (qmail 68028 invoked by uid 500); 18 Nov 2015 08:39:11 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 67981 invoked by uid 500); 18 Nov 2015 08:39:11 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 67910 invoked by uid 99); 18 Nov 2015 08:39:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 08:39:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3F3AC2C1F5E for ; Wed, 18 Nov 2015 08:39:11 +0000 (UTC) Date: Wed, 18 Nov 2015 08:39:11 +0000 (UTC) From: "Chengbing Liu (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-4370) Scheduler names should be case-sensitive when filtered on web page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)