Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 38D361898F for ; Tue, 26 Jan 2016 19:36:42 +0000 (UTC) Received: (qmail 63886 invoked by uid 500); 26 Jan 2016 19:36:40 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 63748 invoked by uid 500); 26 Jan 2016 19:36:40 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 63232 invoked by uid 99); 26 Jan 2016 19:36:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 19:36:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 633992C1F6D for ; Tue, 26 Jan 2016 19:36:40 +0000 (UTC) Date: Tue, 26 Jan 2016 19:36:40 +0000 (UTC) From: "Ray Chiang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12735) core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid 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/HADOOP-12735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ray Chiang updated HADOOP-12735: -------------------------------- Attachment: HADOOP-12735.002.patch - Fix property name in core-default.xml. > core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid > -------------------------------------------------------------------- > > Key: HADOOP-12735 > URL: https://issues.apache.org/jira/browse/HADOOP-12735 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.7.1 > Reporter: Ray Chiang > Assignee: Ray Chiang > Priority: Minor > Labels: supportability > Attachments: HADOOP-12735.001.patch, HADOOP-12735.002.patch > > > The property as defined in core-default.xml is > bq. hadoop.work.around.non.threadsafe.getpwuid > But in NativeIO.java (the only place I can see a similar reference), the property is defined as: > bq. static final String WORKAROUND_NON_THREADSAFE_CALLS_KEY = "hadoop.workaround.non.threadsafe.getpwuid"; > Note the extra period (.) in the word "workaround". > Should the code be made to match the property or vice versa? -- This message was sent by Atlassian JIRA (v6.3.4#6332)