Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50B76CEC8 for ; Sun, 20 May 2012 04:50:48 +0000 (UTC) Received: (qmail 80461 invoked by uid 500); 20 May 2012 04:50:47 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 80285 invoked by uid 500); 20 May 2012 04:50:47 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 80043 invoked by uid 99); 20 May 2012 04:50:46 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2012 04:50:46 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 77F2A14281C for ; Sun, 20 May 2012 04:50:46 +0000 (UTC) Date: Sun, 20 May 2012 04:50:46 +0000 (UTC) From: "Luke Lu (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <2089093387.643.1337489446493.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (MAPREDUCE-4272) SortedRange.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 Luke Lu created MAPREDUCE-4272: ---------------------------------- Summary: SortedRange.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 SortedRange.Range#compareTo does not satisfy the requirement of Comparable#compareTo, where "the implementor must ensure sgn(x.compareTo(y)) == -sgn(y.compareTo(x)) 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira