Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 31823 invoked from network); 24 Jun 2008 12:27:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 12:27:40 -0000 Received: (qmail 50462 invoked by uid 500); 24 Jun 2008 12:27:38 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 50254 invoked by uid 500); 24 Jun 2008 12:27:37 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 50231 invoked by uid 99); 24 Jun 2008 12:27:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 05:27:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 12:26:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99801234C155 for ; Tue, 24 Jun 2008 05:26:45 -0700 (PDT) Message-ID: <1429010354.1214310405627.JavaMail.jira@brutus> Date: Tue, 24 Jun 2008 05:26:45 -0700 (PDT) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3571) ArrayIndexOutOfBoundsException in BlocksMap$BlockInfo.setPrevious In-Reply-To: <1183609716.1213642305013.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607600#action_12607600 ] Hudson commented on HADOOP-3571: -------------------------------- Integrated in Hadoop-trunk #528 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/528/]) > ArrayIndexOutOfBoundsException in BlocksMap$BlockInfo.setPrevious > ----------------------------------------------------------------- > > Key: HADOOP-3571 > URL: https://issues.apache.org/jira/browse/HADOOP-3571 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Konstantin Shvachko > Priority: Blocker > Fix For: 0.18.0 > > Attachments: RemoveBlock.patch > > > 2008-06-16 17:31:13,565 INFO org.apache.hadoop.ipc.Server: IPC Server handler 3 on 52750, call commitBlockSynchronization(blk_-5603224380662485577_2034, 2034, 80499712, false, false, [Lorg.apache.hadoop.dfs.DatanodeID;@73bc22) from xx.xx.xx.xx:51581: error: java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: -2 > java.io.IOException: java.lang.ArrayIndexOutOfBoundsException: -2 > at org.apache.hadoop.dfs.BlocksMap$BlockInfo.setPrevious(BlocksMap.java:94) > at org.apache.hadoop.dfs.BlocksMap$BlockInfo.listInsert(BlocksMap.java:212) > at org.apache.hadoop.dfs.DatanodeDescriptor.addBlock(DatanodeDescriptor.java:173) > at org.apache.hadoop.dfs.FSNamesystem.commitBlockSynchronization(FSNamesystem.java:1734) > at org.apache.hadoop.dfs.NameNode.commitBlockSynchronization(NameNode.java:385) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:452) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:888) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.