Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 CA07110D26 for ; Tue, 4 Mar 2014 18:17:36 +0000 (UTC) Received: (qmail 6426 invoked by uid 500); 4 Mar 2014 18:17:35 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 5825 invoked by uid 500); 4 Mar 2014 18:17:34 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 5690 invoked by uid 99); 4 Mar 2014 18:17:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 18:17:33 +0000 Date: Tue, 4 Mar 2014 18:17:33 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-6040) fix DFSClient issue without libhadoop.so and some other ShortCircuitShm cleanups 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/HDFS-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13919725#comment-13919725 ] Aaron T. Myers commented on HDFS-6040: -------------------------------------- Hi Vinod, I actually think this is the JIRA that _fixed_ those issues. If you look at the SVN revision of the test run with those failures you pointed out, you should see that that was from before this issue was committed: {quote} *THIS ISSUE COMMITTED:* r1573883 | cmccabe | 2014-03-03 22:31:43 -0800 (Mon, 03 Mar 2014) | 1 line HDFS-6040. fix DFSClient issue without libhadoop.so and some other ShortCircuitShm cleanups (cmccabe) ------------------------------------------------------------------------ r1573879 | cnauroth | 2014-03-03 22:08:25 -0800 (Mon, 03 Mar 2014) | 1 line HDFS-6039. Uploading a File under a Dir with default acls throws "Duplicated ACLFeature". Contributed by Chris Nauroth. ------------------------------------------------------------------------ *FAILED TEST REVISION:* r1573825 | zjshen | 2014-03-03 16:20:43 -0800 (Mon, 03 Mar 2014) | 2 lines YARN-1729. Made TimelineWebServices deserialize the string primary- and secondary-filters param into the JSON-compatible object. Contributed by Billie Rinaldi. {quote} > fix DFSClient issue without libhadoop.so and some other ShortCircuitShm cleanups > -------------------------------------------------------------------------------- > > Key: HDFS-6040 > URL: https://issues.apache.org/jira/browse/HDFS-6040 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: hdfs-client > Affects Versions: 2.4.0 > Reporter: Colin Patrick McCabe > Assignee: Colin Patrick McCabe > Priority: Blocker > Fix For: 2.4.0 > > Attachments: HDFS-6040.001.patch, HDFS-6040.002.patch, HDFS-6040.003.patch, HDFS-6040.004.patch, HDFS-6040.005.patch > > > * clean up some extra imports in ShortCircuitShm > * fix or suppress bogus findbugs warnings > * throw an IOException rather than RuntimeException when the client asks the server for a bogus slot index. > * fix an issue where DFSClients got an exception when libhadoop.so was not available > * adjust some noisy INFO log messages downward -- This message was sent by Atlassian JIRA (v6.2#6252)