Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5BF2A7B7D for ; Tue, 6 Sep 2011 21:37:33 +0000 (UTC) Received: (qmail 39113 invoked by uid 500); 6 Sep 2011 21:37:33 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 38895 invoked by uid 500); 6 Sep 2011 21:37:32 -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 38717 invoked by uid 99); 6 Sep 2011 21:37:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2011 21:37:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2011 21:37:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CAEB18319B for ; Tue, 6 Sep 2011 21:37:10 +0000 (UTC) Date: Tue, 6 Sep 2011 21:37:10 +0000 (UTC) From: "Doug Cutting (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <21799532.22370.1315345030828.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1713498375.4259.1314643358299.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HDFS-2298) TestDfsOverAvroRpc is failing on trunk 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-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HDFS-2298: ------------------------------- Attachment: HDFS-2298.patch It turns out that adding new interfaces is a bad idea, as it requires changes to security. So instead I renamed methods for versionRequest() and reportBadBlocks(). > TestDfsOverAvroRpc is failing on trunk > -------------------------------------- > > Key: HDFS-2298 > URL: https://issues.apache.org/jira/browse/HDFS-2298 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Reporter: Aaron T. Myers > Assignee: Doug Cutting > Fix For: 0.23.0 > > Attachments: HDFS-2298.patch, HDFS-2298.patch > > > The relevant bit of the error: > {noformat} > ------------------------------------------------------------------------------- > Test set: org.apache.hadoop.hdfs.TestDfsOverAvroRpc > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.486 sec <<< FAILURE! > testWorkingDirectory(org.apache.hadoop.hdfs.TestDfsOverAvroRpc) Time elapsed: 1.424 sec <<< ERROR! > org.apache.avro.AvroTypeException: Two methods with same name: delete > {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira