Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 79594 invoked from network); 22 Jun 2010 22:15:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jun 2010 22:15:12 -0000 Received: (qmail 25314 invoked by uid 500); 22 Jun 2010 22:15:12 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 25269 invoked by uid 500); 22 Jun 2010 22:15:11 -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 25261 invoked by uid 99); 22 Jun 2010 22:15:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 22:15:11 +0000 X-ASF-Spam-Status: No, hits=-1537.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 22:15:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5MMEpJE022671 for ; Tue, 22 Jun 2010 22:14:51 GMT Message-ID: <26370033.1121277244890980.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 18:14:50 -0400 (EDT) From: "dhruba borthakur (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1202) DataBlockScanner throws NPE when updated before initialized In-Reply-To: <131326.55521276300034254.JavaMail.jira@thor> 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-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881398#action_12881398 ] dhruba borthakur commented on HDFS-1202: ---------------------------------------- I will commit this to trunk as well as 0.20-append branch as soon as HadoopQA runs its tests on it. BTW, the patch for 0.20-append branch does not apply cleanly. Todd: can you pl upload a new version of this patch? Thanks a lot once again. > DataBlockScanner throws NPE when updated before initialized > ----------------------------------------------------------- > > Key: HDFS-1202 > URL: https://issues.apache.org/jira/browse/HDFS-1202 > Project: Hadoop HDFS > Issue Type: Bug > Components: data-node > Affects Versions: 0.20-append, 0.22.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.20-append, 0.22.0 > > Attachments: hdfs-1202-0.20-append.txt, hdfs-1202.txt > > > Missing an isInitialized() check in updateScanStatusInternal -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.