Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 54735 invoked from network); 6 Nov 2009 22:58:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 22:58:54 -0000 Received: (qmail 40449 invoked by uid 500); 6 Nov 2009 22:58:54 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 40386 invoked by uid 500); 6 Nov 2009 22:58:54 -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 40376 invoked by uid 99); 6 Nov 2009 22:58:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 22:58:54 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 06 Nov 2009 22:58:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8152C234C052 for ; Fri, 6 Nov 2009 14:58:32 -0800 (PST) Message-ID: <1057233980.1257548312528.JavaMail.jira@brutus> Date: Fri, 6 Nov 2009 22:58:32 +0000 (UTC) From: "Eli Collins (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-751) TestCrcCorruption succeeds but is not testing anything of value In-Reply-To: <1443400731.1257283892784.JavaMail.jira@brutus> 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-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774472#action_12774472 ] Eli Collins commented on HDFS-751: ---------------------------------- Patch looks good. I grepped the tree to confirm there are no other cases of /dfs/data*/current and didn't find anything. > TestCrcCorruption succeeds but is not testing anything of value > --------------------------------------------------------------- > > Key: HDFS-751 > URL: https://issues.apache.org/jira/browse/HDFS-751 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.21.0 > Reporter: dhruba borthakur > Assignee: dhruba borthakur > Attachments: testCrcCorruption.txt > > > The test is broken since the DataNode introduced rbr, rwr, FINALISED status of blocks. It tried to corrupt blocks in dfs/data/data1/current, does not find any blocks there and continues happily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.