Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 17605 invoked from network); 21 Jul 2010 14:18:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Jul 2010 14:18:41 -0000 Received: (qmail 53303 invoked by uid 500); 21 Jul 2010 14:18:40 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 53174 invoked by uid 500); 21 Jul 2010 14:18:38 -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 53166 invoked by uid 99); 21 Jul 2010 14:18:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 14:18:37 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jul 2010 14:18:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6LEID1Z014005 for ; Wed, 21 Jul 2010 14:18:13 GMT Message-ID: <13397856.496951279721893555.JavaMail.jira@thor> Date: Wed, 21 Jul 2010 10:18:13 -0400 (EDT) From: "Kazuki Aranami (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-580) vector clock support 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 [ https://issues.apache.org/jira/browse/CASSANDRA-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890733#action_12890733 ] Kazuki Aranami commented on CASSANDRA-580: ------------------------------------------ Hi Kelvin Kakugawa, How about the progress condition of your work of 580 and 1072? I wonder if I can add works to 0.7 safely if favorable > vector clock support > -------------------- > > Key: CASSANDRA-580 > URL: https://issues.apache.org/jira/browse/CASSANDRA-580 > Project: Cassandra > Issue Type: New Feature > Components: Core > Environment: N/A > Reporter: Kelvin Kakugawa > Assignee: Kelvin Kakugawa > Fix For: 0.7 > > Attachments: 580-1-Add-ColumnType-as-enum.patch, 580-context-v4.patch, 580-counts-wip1.patch, 580-thrift-v3.patch, 580-thrift-v6.patch, 580-version-vector-wip.patch > > Original Estimate: 672h > Remaining Estimate: 672h > > Allow a ColumnFamily to be versioned via vector clocks, instead of long timestamps. Purpose: enable incr/decr; flexible conflict resolution. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.