Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 50194 invoked from network); 29 Jan 2011 17:28:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jan 2011 17:28:06 -0000 Received: (qmail 39018 invoked by uid 500); 29 Jan 2011 17:28:06 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 38956 invoked by uid 500); 29 Jan 2011 17:28:05 -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 38941 invoked by uid 99); 29 Jan 2011 17:28:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jan 2011 17:28:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jan 2011 17:28:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0THRiq7012972 for ; Sat, 29 Jan 2011 17:27:44 GMT Message-ID: <14355474.288541296322064048.JavaMail.jira@thor> Date: Sat, 29 Jan 2011 12:27:44 -0500 (EST) From: "Eric Evans (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-2067) refactor o.a.c.utils.UUIDGen to allow creating type 1 UUIDs for a given time In-Reply-To: <30504032.246231296155863920.JavaMail.jira@thor> 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/CASSANDRA-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2067: ---------------------------------- Remaining Estimate: 0h Original Estimate: 0h > refactor o.a.c.utils.UUIDGen to allow creating type 1 UUIDs for a given time > ---------------------------------------------------------------------------- > > Key: CASSANDRA-2067 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2067 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Eric Evans > Assignee: Eric Evans > Fix For: 0.8 > > Attachments: v1-0001-CASSANDRA-2067-o.a.c.utils.UUIDGen-adapted-from-flewto.txt, v1-0002-eliminate-usage-of-JUG-for-UUIDs.txt, v1-0003-remove-JUG-jar-and-references.txt, v2-0001-CASSANDRA-2067-o.a.c.utils.UUIDGen-adapted-from-flewto.txt, v2-0002-eliminate-usage-of-JUG-for-UUIDs.txt, v2-0003-remove-JUG-jar-and-license-files.txt > > Original Estimate: 0h > Remaining Estimate: 0h > > CASSANDRA-2027 creates the need to generate type 1 UUIDs using arbitrary date/times. IMO, this would be a good opportunity to replace o.a.c.utils.UUIDGen with the class that Gary Dusbabek wrote for Flewton (https://github.com/flewton/flewton/blob/master/src/com/rackspace/flewton/util/UUIDGen.java), which is better/more comprehensive. We can even eliminate the dependency on JUG. > Patches to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.