Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D5C27200B14 for ; Sat, 18 Jun 2016 15:35:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D2A89160A64; Sat, 18 Jun 2016 13:35:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4918E160A18 for ; Sat, 18 Jun 2016 15:35:06 +0200 (CEST) Received: (qmail 94494 invoked by uid 500); 18 Jun 2016 13:35:05 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 94458 invoked by uid 99); 18 Jun 2016 13:35:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2016 13:35:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4D8A82C14F9 for ; Sat, 18 Jun 2016 13:35:05 +0000 (UTC) Date: Sat, 18 Jun 2016 13:35:05 +0000 (UTC) From: "Wilfred Spiegelenburg (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-5272) FairScheduler handles "invalid" queue names inconsistently even after YARN-3241 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 18 Jun 2016 13:35:07 -0000 Wilfred Spiegelenburg created YARN-5272: ------------------------------------------- Summary: FairScheduler handles "invalid" queue names inconsistently even after YARN-3241 Key: YARN-5272 URL: https://issues.apache.org/jira/browse/YARN-5272 Project: Hadoop YARN Issue Type: Bug Components: fairscheduler Affects Versions: 2.8.0 Reporter: Wilfred Spiegelenburg Assignee: Wilfred Spiegelenburg The fix used in YARN-3214 uses a the JDK trim() method to remove leading and trailing spaces. The QueueMetrics uses a guava based trim when it splits the queues. The guava based trim uses the unicode definition of a white space which is different than the java trim as can be seen [here|https://docs.google.com/a/cloudera.com/spreadsheets/d/1kq4ECwPjHX9B8QUCTPclgsDCXYaj7T-FlT4tB5q3ahk/pub] A queue name with a non-breaking white space will thus still cause the same "Metrics source XXX already exists!" MetricsException. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org