Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 14927 invoked from network); 19 Mar 2010 15:59:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Mar 2010 15:59:51 -0000 Received: (qmail 57583 invoked by uid 500); 19 Mar 2010 15:59:51 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 57424 invoked by uid 500); 19 Mar 2010 15:59:51 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 57290 invoked by uid 99); 19 Mar 2010 15:59:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 15:59:51 +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; Fri, 19 Mar 2010 15:59:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A17EB234C1EE for ; Fri, 19 Mar 2010 15:59:27 +0000 (UTC) Message-ID: <1460644457.365681269014367646.JavaMail.jira@brutus.apache.org> Date: Fri, 19 Mar 2010 15:59:27 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Created: (CASSANDRA-907) TimeUUID comparator identify different UUID as long as they have same timestamp 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 TimeUUID comparator identify different UUID as long as they have same timestamp ------------------------------------------------------------------------------- Key: CASSANDRA-907 URL: https://issues.apache.org/jira/browse/CASSANDRA-907 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.6 Reporter: Sylvain Lebresne Assignee: Sylvain Lebresne Priority: Minor Attachments: TimeUUID_compareSameTimestamp.diff Everything's in the title. As such TimeUUID behave as simple timestamp which is weird at best. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.