Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 15058 invoked from network); 29 Sep 2009 03:39:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 03:39:40 -0000 Received: (qmail 87434 invoked by uid 500); 29 Sep 2009 03:39:40 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 87401 invoked by uid 500); 29 Sep 2009 03:39:39 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 87391 invoked by uid 99); 29 Sep 2009 03:39:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 03:39:39 +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; Tue, 29 Sep 2009 03:39:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 03650234C004 for ; Mon, 28 Sep 2009 20:39:16 -0700 (PDT) Message-ID: <93271536.1254195555998.JavaMail.jira@brutus> Date: Mon, 28 Sep 2009 20:39:15 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-456) CommitLog should log RowMutations, not Rows In-Reply-To: <2046737005.1253755156000.JavaMail.jira@brutus> 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-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760487#action_12760487 ] Jonathan Ellis commented on CASSANDRA-456: ------------------------------------------ Belatedly realized this breaks disk compatibility for 0.4 -> 05. Not too bad though, since clearing out commitlog segments is easily done. > CommitLog should log RowMutations, not Rows > ------------------------------------------- > > Key: CASSANDRA-456 > URL: https://issues.apache.org/jira/browse/CASSANDRA-456 > Project: Cassandra > Issue Type: Improvement > Components: Core > Affects Versions: 0.4 > Environment: All > Reporter: Sandeep Tata > Assignee: Sandeep Tata > Priority: Minor > Fix For: 0.5 > > Attachments: 456.patch > > > Commitlog and Table.apply use Row objects instead of RowMutations. This is an unnecessary conversion. Rows are typically used to return results while RM should be used for the insert/update/delete path. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.