Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 77127 invoked from network); 15 Apr 2010 11:01:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 11:01:24 -0000 Received: (qmail 94119 invoked by uid 500); 15 Apr 2010 11:01:24 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 93328 invoked by uid 500); 15 Apr 2010 11:01:21 -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 93316 invoked by uid 99); 15 Apr 2010 11:01:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 11:01:20 +0000 X-ASF-Spam-Status: No, hits=-1292.6 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; Thu, 15 Apr 2010 11:01:19 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3FB0xH6019441 for ; Thu, 15 Apr 2010 07:00:59 -0400 (EDT) Message-ID: <4895234.138351271329259238.JavaMail.jira@thor> Date: Thu, 15 Apr 2010 07:00:59 -0400 (EDT) From: =?utf-8?Q?Andr=C3=A9_Oriani_=28JIRA=29?= To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-1031) Enhance the webUi to list a few of the corrupted files in HDFS In-Reply-To: <1029409340.149331268117487826.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-1031?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12857= 274#action_12857274 ]=20 Andr=C3=A9 Oriani commented on HDFS-1031: ------------------------------------ Adding hudson results, including the log for failed test. Same result from= previous build. Hdfsproxy test still failing but it is not related to this= code {code} [exec] compile-test: [exec] [echo] contrib: hdfsproxy [exec] [javac] Compiling 9 source files to /grid/0/hudson/hudson-s= lave/workspace/Hdfs-Patch-h5.grid.sp2.yahoo.net/trunk/build/contrib/hdfspro= xy/test [exec]=20 [exec] test-junit: [exec] [junit] WARNING: multiple versions of ant detected in path = for junit=20 [exec] [junit] jar:file:/homes/hudson/tools/ant/latest/li= b/ant.jar!/org/apache/tools/ant/Project.class [exec] [junit] and jar:file:/homes/hudson/.ivy2/cache/ant/ant= /jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class [exec] [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy [exec] [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed:= 3.17 sec [exec] [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAIL= ED [exec]=20 [exec] BUILD FAILED [exec] /grid/0/hudson/hudson-slave/workspace/Hdfs-Patch-h5.grid.sp2.ya= hoo.net/trunk/build.xml:582: The following error occurred while executing t= his line: [exec] /grid/0/hudson/hudson-slave/workspace/Hdfs-Patch-h5.grid.sp2.ya= hoo.net/trunk/src/contrib/build.xml:48: The following error occurred while = executing this line: [exec] /grid/0/hudson/hudson-slave/workspace/Hdfs-Patch-h5.grid.sp2.ya= hoo.net/trunk/src/contrib/hdfsproxy/build.xml:260: Tests failed! [exec]=20 [exec] Total time: 12 seconds [exec]=20 [exec]=20 [exec]=20 [exec]=20 [exec] -1 overall. Here are the results of testing the latest attachm= ent=20 [exec] http://issues.apache.org/jira/secure/attachment/12441789/hdfs= -1031_aoriani_3.patch [exec] against trunk revision 934196. [exec]=20 [exec] +1 @author. The patch does not contain any @author tags. [exec]=20 [exec] +1 tests included. The patch appears to include 2 new or m= odified tests. [exec]=20 [exec] +1 javadoc. The javadoc tool did not generate any warning = messages. [exec]=20 [exec] +1 javac. The applied patch does not increase the total nu= mber of javac compiler warnings. [exec]=20 [exec] +1 findbugs. The patch does not introduce any new Findbugs= warnings. [exec]=20 [exec] +1 release audit. The applied patch does not increase the = total number of release audit warnings. [exec]=20 [exec] +1 core tests. The patch passed core unit tests. [exec]=20 [exec] -1 contrib tests. The patch failed contrib unit tests. [exec]=20 [exec] Test results: http://hudson.zones.apache.org/hudson/job/Hdfs-Pa= tch-h5.grid.sp2.yahoo.net/314/testReport/ [exec] Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hd= fs-Patch-h5.grid.sp2.yahoo.net/314/artifact/trunk/build/test/findbugs/newPa= tchFindbugsWarnings.html [exec] Checkstyle results: http://hudson.zones.apache.org/hudson/job/H= dfs-Patch-h5.grid.sp2.yahoo.net/314/artifact/trunk/build/test/checkstyle-er= rors.html [exec] Console output: http://hudson.zones.apache.org/hudson/job/Hdfs-= Patch-h5.grid.sp2.yahoo.net/314/console [exec]=20 [exec] This message is automatically generated. {code} > Enhance the webUi to list a few of the corrupted files in HDFS > -------------------------------------------------------------- > > Key: HDFS-1031 > URL: https://issues.apache.org/jira/browse/HDFS-1031 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: dhruba borthakur > Assignee: Andr=C3=A9 Oriani > Attachments: hdfs-1031_aoriani.patch, hdfs-1031_aoriani_2.patch, = hdfs-1031_aoriani_3.patch > > > The existing webUI displays something like this: > WARNING : There are about 12 missing blocks. Please check the log or run = fsck.=20 > It would be nice if we can display the filenames that have missing blocks= .=20 --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira