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 7518110B76 for ; Tue, 4 Mar 2014 17:45:56 +0000 (UTC) Received: (qmail 28628 invoked by uid 500); 4 Mar 2014 17:45:48 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 27387 invoked by uid 500); 4 Mar 2014 17:45:37 -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 27194 invoked by uid 99); 4 Mar 2014 17:45: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 17:45:33 +0000 Date: Tue, 4 Mar 2014 17:45:33 +0000 (UTC) From: "Vinod Kumar Vavilapalli (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (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:all-tabpanel ] Vinod Kumar Vavilapalli reopened HDFS-6040: ------------------------------------------- I think this is the patch that has broken many tests in MapReduce and also resulted in a RAT warning. Please see the last comment by Jenkins at YARN-986. Test results: https://builds.apache.org/job/PreCommit-YARN-Build/3237//testReport/ and Release audit warnings: https://builds.apache.org/job/PreCommit-YARN-Build/3237//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt Reopening this. Please let me know if this is not the culpable ticket.. > 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)