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 4D78BD1E0 for ; Thu, 1 Nov 2012 21:50:14 +0000 (UTC) Received: (qmail 78501 invoked by uid 500); 1 Nov 2012 21:50:14 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 78462 invoked by uid 500); 1 Nov 2012 21:50:14 -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 78453 invoked by uid 99); 1 Nov 2012 21:50:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 21:50:14 +0000 Date: Thu, 1 Nov 2012 21:50:13 +0000 (UTC) From: "Yu Gao (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1166802764.57991.1351806614005.JavaMail.jiratomcat@arcas> In-Reply-To: <752683582.644.1337489446629.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (MAPREDUCE-4272) SortedRanges.Range#compareTo is not spec compliant 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-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu Gao updated MAPREDUCE-4272: ------------------------------ Attachment: mapreduce-4272.patch > SortedRanges.Range#compareTo is not spec compliant > -------------------------------------------------- > > Key: MAPREDUCE-4272 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4272 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: task > Affects Versions: 1.0.3 > Reporter: Luke Lu > Assignee: Luke Lu > Labels: alt-jdk > Attachments: mapreduce-4272-branch-1.0.patch, mapreduce-4272-branch-2.patch, mapreduce-4272.patch > > > SortedRanges.Range#compareTo does not satisfy the requirement of Comparable#compareTo, where "the implementor must ensure {noformat}sgn(x.compareTo(y)) == -sgn(y.compareTo(x)){noformat} for all x and y." > This is manifested as TestStreamingBadRecords failures in alternative JDKs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira