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 5337C8192 for ; Tue, 16 Aug 2011 16:53:50 +0000 (UTC) Received: (qmail 82986 invoked by uid 500); 16 Aug 2011 16:53:50 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 82843 invoked by uid 500); 16 Aug 2011 16:53:49 -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 82630 invoked by uid 99); 16 Aug 2011 16:53:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 16:53:49 +0000 X-ASF-Spam-Status: No, hits=-2001.1 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, 16 Aug 2011 16:53:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 658D6BF68C for ; Tue, 16 Aug 2011 16:53:27 +0000 (UTC) Date: Tue, 16 Aug 2011 16:53:27 +0000 (UTC) From: "Alejandro Abdelnur (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <80601545.41935.1313513607412.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <833643405.39848.1313447247469.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2261) hdfs trunk is broken with -compile-fault-inject ant target 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-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085840#comment-13085840 ] Alejandro Abdelnur commented on HDFS-2261: ------------------------------------------ As mentioned in the dev alias: ---- AOP stuff is now wired yet in common Mavenization, the instrumented JAR is not being created/deployed. >From some of the messages, it seems related to that. HDFS Mavenization (HDFS-2096), which has been +1, does not attempt to run AOP stuff either, thus it would 'fix' this build failure for now. Later, when AOP is wired to Mavenization the fault injection test would be back to the build. At the moment, per Arun's request, we are holding on HDFS-2096 until MAPREDUCE-279 goes in. ---- One thing we could for the the fault injection is to move all of it to a hadoop-faultinjection module, by doing that we won't have to publish the instrumented artifacts. > hdfs trunk is broken with -compile-fault-inject ant target > ---------------------------------------------------------- > > Key: HDFS-2261 > URL: https://issues.apache.org/jira/browse/HDFS-2261 > Project: Hadoop HDFS > Issue Type: Bug > Environment: https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/834/console > -compile-fault-inject ant target > Reporter: Giridharan Kesavan > > -compile-fault-inject: > [echo] Start weaving aspects in place > [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:269 [error] The method encodeQueryValue(String) is undefined for the type ServletUtil > [iajc] ServletUtil.encodeQueryValue(ugi.getShortUserName())); > .......... > [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/system/aop/org/apache/hadoop/hdfs/server/namenode/NameNodeAspect.aj:50 [warning] advice defined in org.apache.hadoop.hdfs.server.namenode.NameNodeAspect has not been applied [Xlint:adviceDidNotMatch] > [iajc] > [iajc] /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/system/aop/org/apache/hadoop/hdfs/server/datanode/DataNodeAspect.aj:43 [warning] advice defined in org.apache.hadoop.hdfs.server.datanode.DataNodeAspect has not been applied [Xlint:adviceDidNotMatch] > [iajc] > [iajc] > [iajc] 18 errors, 4 warnings > BUILD FAILED > /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/aop/build/aop.xml:222: The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/aop/build/aop.xml:203: The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Hadoop-Hdfs-trunk-Commit/trunk/src/test/aop/build/aop.xml:90: compile errors: 18 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira