Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 AE8CF6D2B for ; Sun, 26 Jun 2011 21:24:09 +0000 (UTC) Received: (qmail 18578 invoked by uid 500); 26 Jun 2011 21:24:09 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 18525 invoked by uid 500); 26 Jun 2011 21:24:08 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 18513 invoked by uid 99); 26 Jun 2011 21:24:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jun 2011 21:24:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sun, 26 Jun 2011 21:24:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 820AE432ED1 for ; Sun, 26 Jun 2011 21:23:47 +0000 (UTC) Date: Sun, 26 Jun 2011 21:23:47 +0000 (UTC) From: "Harsh J (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <497877418.42012.1309123427528.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-2068) TaskInProgress contains duplicate idWithinJob() / getIdWithinJob() accessors 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/MAPREDUCE-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated MAPREDUCE-2068: ------------------------------- Attachment: MAPREDUCE-2068.r1.diff Patch that removes the non-get version, moves the good javadoc over and fixes JIP to use the get version of the method. > TaskInProgress contains duplicate idWithinJob() / getIdWithinJob() accessors > ---------------------------------------------------------------------------- > > Key: MAPREDUCE-2068 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2068 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: task > Affects Versions: 0.22.0 > Reporter: Greg Roelofs > Assignee: Harsh J > Priority: Minor > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2068.r1.diff > > > Both are public, both "return partition;", and neither is currently deprecated. > Main user seems to be JobInProgress, and it mostly uses the "get" flavor, but it also uses the other one in two places. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira