Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 52267 invoked from network); 30 Sep 2009 01:41:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 01:41:56 -0000 Received: (qmail 56530 invoked by uid 500); 30 Sep 2009 01:41:56 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 56470 invoked by uid 500); 30 Sep 2009 01:41:56 -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 56460 invoked by uid 99); 30 Sep 2009 01:41:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 01:41:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 30 Sep 2009 01:41:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43B89234C051 for ; Tue, 29 Sep 2009 18:41:32 -0700 (PDT) Message-ID: <1558960847.1254274892276.JavaMail.jira@brutus> Date: Tue, 29 Sep 2009 18:41:32 -0700 (PDT) From: "Konstantin Boudnik (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-597) Mofication introduced by HDFS-537 breakes an advice binding in FSDatasetAspects In-Reply-To: <735493709.1252089477467.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760807#action_12760807 ] Konstantin Boudnik commented on HDFS-597: ----------------------------------------- Thank you so much for your help, Nicholas! > Mofication introduced by HDFS-537 breakes an advice binding in FSDatasetAspects > ------------------------------------------------------------------------------- > > Key: HDFS-597 > URL: https://issues.apache.org/jira/browse/HDFS-597 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: Append Branch > Reporter: Konstantin Boudnik > Assignee: Konstantin Boudnik > Fix For: Append Branch > > Attachments: HDFS-597.patch, HDFS-597.patch > > > HDFS-537's patch removed {{createBlockWriteStreams}} method which was bound by {{FSDatasetAspects.callCreateBlockWriteStream}} poincut. > While this hasn't broke any tests there's a certain number of JIRAs which were reproduced by the injection of this particular fault. > AJC compiler issues warnings during the build when something like above is happening. These warnings have to be watched carefully. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.