Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 42171 invoked from network); 3 Sep 2010 19:29:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 19:29:55 -0000 Received: (qmail 94739 invoked by uid 500); 3 Sep 2010 19:29:55 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 94670 invoked by uid 500); 3 Sep 2010 19:29: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 94662 invoked by uid 99); 3 Sep 2010 19:29:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 19:29:54 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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; Fri, 03 Sep 2010 19:29:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o83JTYuj024087 for ; Fri, 3 Sep 2010 19:29:34 GMT Message-ID: <14466329.17371283542174242.JavaMail.jira@thor> Date: Fri, 3 Sep 2010 15:29:34 -0400 (EDT) From: "Eli Collins (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Created: (HDFS-1374) TestBlockRecovery#testZeroLenReplicas fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 TestBlockRecovery#testZeroLenReplicas fails ------------------------------------------- Key: HDFS-1374 URL: https://issues.apache.org/jira/browse/HDFS-1374 Project: Hadoop HDFS Issue Type: Test Components: test Affects Versions: 0.22.0 Reporter: Eli Collins Fix For: 0.22.0 {noformat} Testcase: testZeroLenReplicas took 10.577 sec Caused an ERROR Wanted but not invoked: datanodeProtocol.commitBlockSynchronization( blk_1000_2000, 3000, 0, true, true, [] ); -> at org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery.testZeroLenReplicas(TestBlockRecovery.java:402) However, there were other interactions with this mock: -> at org.apache.hadoop.hdfs.server.datanode.DataNode.handshake(DataNode.java:519) Wanted but not invoked: datanodeProtocol.commitBlockSynchronization( blk_1000_2000, 3000, 0, true, true, [] ); -> at org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery.testZeroLenReplicas(TestBlockRecovery.java:402) However, there were other interactions with this mock: -> at org.apache.hadoop.hdfs.server.datanode.DataNode.handshake(DataNode.java:519) at org.apache.hadoop.hdfs.server.datanode.TestBlockRecovery.testZeroLenReplicas(TestBlockRecovery.java:402) {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.