Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 89776 invoked from network); 10 Oct 2008 21:15:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 21:15:08 -0000 Received: (qmail 11542 invoked by uid 500); 10 Oct 2008 21:15:07 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 11038 invoked by uid 500); 10 Oct 2008 21:15:06 -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 11027 invoked by uid 99); 10 Oct 2008 21:15:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 14:15:06 -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; Fri, 10 Oct 2008 21:14:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 553A0234C227 for ; Fri, 10 Oct 2008 14:14:46 -0700 (PDT) Message-ID: <205698311.1223673286348.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 14:14:46 -0700 (PDT) From: "Hairong Kuang (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4351) ArrayIndexOutOfBoundsException during fsck In-Reply-To: <1763871932.1223302424203.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-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-4351: ---------------------------------- Status: Patch Available (was: Open) > ArrayIndexOutOfBoundsException during fsck > ------------------------------------------ > > Key: HADOOP-4351 > URL: https://issues.apache.org/jira/browse/HADOOP-4351 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.18.1 > Reporter: Brian Bockelman > Assignee: Hairong Kuang > Priority: Blocker > Fix For: 0.18.2, 0.19.0 > > Attachments: arrayIndexOutOfBounds.patch, arrayIndexOutOfBounds1.patch, arrayIndexOutOfBounds2.patch, fsck_hadoop_4351.patch > > > After observing a lot of corrupted blocks, I suddenly started to get a lot of ArrayIndexOutOfBoundsException. > It appears to be an issue very similar to HADOOP-3649, which is supposed to be fixed in 0.18.1. > 2008-10-06 08:48:43,241 WARN /: /fsck?path=%2F: > java.lang.ArrayIndexOutOfBoundsException: 2 > at org.apache.hadoop.dfs.FSNamesystem.getBlockLocationsInternal(FSNamesystem.java:789) > at org.apache.hadoop.dfs.FSNamesystem.getBlockLocations(FSNamesystem.java:727) > at org.apache.hadoop.dfs.NamenodeFsck.check(NamenodeFsck.java:167) > at org.apache.hadoop.dfs.NamenodeFsck.check(NamenodeFsck.java:162) > at org.apache.hadoop.dfs.NamenodeFsck.check(NamenodeFsck.java:162) > at org.apache.hadoop.dfs.NamenodeFsck.check(NamenodeFsck.java:162) > at org.apache.hadoop.dfs.NamenodeFsck.check(NamenodeFsck.java:162) > at org.apache.hadoop.dfs.NamenodeFsck.fsck(NamenodeFsck.java:128) > at org.apache.hadoop.dfs.FsckServlet.doGet(FsckServlet.java:48) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427) > at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) > at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) > at org.mortbay.http.HttpServer.service(HttpServer.java:954) > at org.mortbay.http.HttpConnection.service(HttpConnection.java:814) > at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981) > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831) > at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.