Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 75493 invoked from network); 1 Jul 2010 15:56:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 15:56:15 -0000 Received: (qmail 66637 invoked by uid 500); 1 Jul 2010 15:56:15 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 66623 invoked by uid 500); 1 Jul 2010 15:56:14 -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 66615 invoked by uid 99); 1 Jul 2010 15:56:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 15:56:14 +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; Thu, 01 Jul 2010 15:56:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o61FtnWk029061 for ; Thu, 1 Jul 2010 15:55:50 GMT Message-ID: <21812663.155511277999749835.JavaMail.jira@thor> Date: Thu, 1 Jul 2010 11:55:49 -0400 (EDT) From: "Kelvin Kakugawa (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1243) Break out context code from increment counters In-Reply-To: <3250197.145731277947910060.JavaMail.jira@thor> 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-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884329#action_12884329 ] Kelvin Kakugawa commented on CASSANDRA-1243: -------------------------------------------- In 1072, I've already worked out the logic to extend counter contexts w/ bit flags and perform secondary counter writes in SP.mutateBlocking(). Still needs to be tested, though. After the above changeset is vetted, we should go through and start removing all the "clean"-related logic. None of us were fans of that logic, either, and it'll definitely reduce the size of this patch against trunk. > Break out context code from increment counters > ---------------------------------------------- > > Key: CASSANDRA-1243 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1243 > Project: Cassandra > Issue Type: Sub-task > Components: Core > Reporter: Johan Oskarsson > Attachments: CASSANDRA-1243.patch, CASSANDRA-1243.patch > > > In order to make CASSANDRA-1072 easier to digest we should split out context related functionality and prepare the code base for multiple clock types. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.