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 BDD33177CD for ; Tue, 28 Jul 2015 12:50:09 +0000 (UTC) Received: (qmail 27144 invoked by uid 500); 28 Jul 2015 12:50:09 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 27102 invoked by uid 500); 28 Jul 2015 12:50:09 -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 27089 invoked by uid 99); 28 Jul 2015 12:50:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 12:50:09 +0000 Date: Tue, 28 Jul 2015 12:50:09 +0000 (UTC) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3846) RM Web UI queue filter is not working 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-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644322#comment-14644322 ] Hudson commented on YARN-3846: ------------------------------ FAILURE: Integrated in Hadoop-Hdfs-trunk #2197 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/2197/]) YARN-3846. RM Web UI queue filter is not working for sub queue. Contributed by Mohammad Shahid Khan (jianhe: rev 3572ebd738aa5fa8b0906d75fb12cc6cbb991573) * hadoop-yarn-project/CHANGES.txt * hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/CapacitySchedulerPage.java > RM Web UI queue filter is not working > ------------------------------------- > > Key: YARN-3846 > URL: https://issues.apache.org/jira/browse/YARN-3846 > Project: Hadoop YARN > Issue Type: Bug > Components: yarn > Affects Versions: 3.0.0, 2.8.0 > Reporter: Mohammad Shahid Khan > Assignee: Mohammad Shahid Khan > Labels: PatchAvailable > Fix For: 2.8.0 > > Attachments: YARN-3846.patch, scheduler queue issue.png, scheduler queue positive behavior.png > > > Click on root queue will show the complete applications > But click on the leaf queue is not filtering the application related to the the clicked queue. > The regular expression seems to be wrong > {code} > q = '^' + q.substr(q.lastIndexOf(':') + 2) + '$';", > {code} > For example > 1. Suppose queue name is b > them the above expression will try to substr at index 1 > q.lastIndexOf(':') = -1 > -1+2= 1 > which is wrong. its should look at the 0 index. > 2. if queue name is ab.x > then it will parse it to .x > but it should be x -- This message was sent by Atlassian JIRA (v6.3.4#6332)