Return-Path: X-Original-To: apmail-oodt-dev-archive@www.apache.org Delivered-To: apmail-oodt-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3ABE9A4C for ; Tue, 13 Mar 2012 12:57:04 +0000 (UTC) Received: (qmail 26896 invoked by uid 500); 13 Mar 2012 12:57:04 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 26832 invoked by uid 500); 13 Mar 2012 12:57:04 -0000 Mailing-List: contact dev-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list dev@oodt.apache.org Received: (qmail 26808 invoked by uid 99); 13 Mar 2012 12:57:03 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 12:57:03 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 5F3931C03DA; Tue, 13 Mar 2012 12:57:03 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4896338096404706114==" MIME-Version: 1.0 Subject: Re: Review Request: Add CAS-PGE support for multiple Property Adders From: "Chris Mattmann" To: "Paul Ramirez" , "Chris Mattmann" Date: Tue, 13 Mar 2012 12:57:03 -0000 Message-ID: <20120313125703.15852.83853@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org X-ReviewRequest-URL: https://reviews.apache.org/r/4303/ Cc: "brian Foster" ,"oodt" In-Reply-To: <20120313023718.15852.98459@reviews.apache.org> References: <20120313023718.15852.98459@reviews.apache.org> --===============4896338096404706114== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > On 2012-03-13 02:37:18, Chris Mattmann wrote: > > trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java, l= ine 262 > > > > > > Interesting, is this extraneous or actually part of the patch? > = > brian Foster wrote: > i reformate the class... bad idea in hindsight... the only changes in= this class was the runPropertyAdders stuff and actionIds !=3D null check Gotcha, I don't strongly object to the reformatting and if it's simple to j= ust go forward with what you have, fine by me. I was just checking if it wa= s something else that was being done. > On 2012-03-13 02:37:18, Chris Mattmann wrote: > > trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java, l= ine 433 > > > > > > Interesting -- did this fix a bug in case actionIds was null? > = > brian Foster wrote: > ya but not here directly... PgeMetadata's getAllMetadata was returnin= g empty list when it was supposed to return null when key didn't exist... r= ealized this when adding the multi property adders which was a multi value = key. Cool, +1 to include it then. Seems minor enough, and related to the origina= l intent of the patch. - Chris ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4303/#review5867 ----------------------------------------------------------- On 2012-03-13 01:31:24, brian Foster wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4303/ > ----------------------------------------------------------- > = > (Updated 2012-03-13 01:31:24) > = > = > Review request for oodt, Chris Mattmann and Paul Ramirez. > = > = > Summary > ------- > = > Will introduce the reserved metadata field: PGETask_PropertyAdders and de= precate: PGETask_PropertyAdderClasspath > = > = > This addresses bug OODT-406. > https://issues.apache.org/jira/browse/OODT-406 > = > = > Diffs > ----- > = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java 12= 99921 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/config/XmlFilePgeConfig= Builder.java 1299921 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/metadata/PgeMetadata.ja= va 1299921 = > trunk/pge/src/main/java/org/apache/oodt/cas/pge/metadata/PgeTaskMetadat= aKeys.java 1298742 = > trunk/pge/src/test/org/apache/oodt/cas/pge/MockConfigFilePropertyAdder.= java PRE-CREATION = > trunk/pge/src/test/org/apache/oodt/cas/pge/TestPGETaskInstance.java PRE= -CREATION = > = > Diff: https://reviews.apache.org/r/4303/diff > = > = > Testing > ------- > = > Added unit-tests > = > = > Thanks, > = > brian > = > --===============4896338096404706114==--