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 728E698E9 for ; Wed, 13 Jun 2012 08:05:46 +0000 (UTC) Received: (qmail 13706 invoked by uid 500); 13 Jun 2012 08:05:45 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 13492 invoked by uid 500); 13 Jun 2012 08:05:45 -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 13258 invoked by uid 99); 13 Jun 2012 08:05:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 08:05:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E913014285F for ; Wed, 13 Jun 2012 08:05:43 +0000 (UTC) Date: Wed, 13 Jun 2012 08:05:43 +0000 (UTC) From: "Amareshwari Sriramadasu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1770592541.11706.1339574743957.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HDFS-3533) NPE in DFSClient$DFSInputStream.openInfo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Amareshwari Sriramadasu created HDFS-3533: --------------------------------------------- Summary: NPE in DFSClient$DFSInputStream.openInfo Key: HDFS-3533 URL: https://issues.apache.org/jira/browse/HDFS-3533 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client Affects Versions: 0.20.203.0 Reporter: Amareshwari Sriramadasu I'm seeing the following NPE: java.lang.NullPointerException at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.openInfo(DFSClient.java:1633) at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.(DFSClient.java:1593) at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:428) at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:187) at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:456) Here, the file gets opened while it's being written. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira