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 350EB11BEA for ; Wed, 24 Sep 2014 21:23:45 +0000 (UTC) Received: (qmail 2442 invoked by uid 500); 24 Sep 2014 21:23:38 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 2400 invoked by uid 500); 24 Sep 2014 21:23:38 -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 2331 invoked by uid 99); 24 Sep 2014 21:23:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 21:23:38 +0000 Date: Wed, 24 Sep 2014 21:23:38 +0000 (UTC) From: "Ray Chiang (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2284) Find missing config options in YarnConfiguration and yarn-default.xml 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-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14146910#comment-14146910 ] Ray Chiang commented on YARN-2284: ---------------------------------- RE: findbugs This one is new to me. I'd guess it's unrelated, but can someone point me at what else I should be looking for? Inconsistent synchronization of org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.delegationTokenSequenceNumber; locked 71% of time Bug type IS2_INCONSISTENT_SYNC (click for details) In class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager Field org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.delegationTokenSequenceNumber Synchronized 71% of the time > Find missing config options in YarnConfiguration and yarn-default.xml > --------------------------------------------------------------------- > > Key: YARN-2284 > URL: https://issues.apache.org/jira/browse/YARN-2284 > Project: Hadoop YARN > Issue Type: Improvement > Affects Versions: 2.4.1 > Reporter: Ray Chiang > Assignee: Ray Chiang > Priority: Minor > Labels: supportability > Attachments: YARN-2284-04.patch, YARN-2284-05.patch, YARN-2284-06.patch, YARN-2284-07.patch, YARN-2284-08.patch, YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch > > > YarnConfiguration has one set of properties. yarn-default.xml has another set of properties. Ideally, there should be an automatic way to find missing properties in either location. > This is analogous to MAPREDUCE-5130, but for yarn-default.xml. -- This message was sent by Atlassian JIRA (v6.3.4#6332)