Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 34059 invoked from network); 8 Sep 2009 12:37:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 12:37:20 -0000 Received: (qmail 38199 invoked by uid 500); 8 Sep 2009 12:37:20 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 38163 invoked by uid 500); 8 Sep 2009 12:37:20 -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 38152 invoked by uid 99); 8 Sep 2009 12:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 12:37:20 +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, 08 Sep 2009 12:37:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DFC9A234C044 for ; Tue, 8 Sep 2009 05:36:57 -0700 (PDT) Message-ID: <1066027054.1252413417900.JavaMail.jira@brutus> Date: Tue, 8 Sep 2009 05:36:57 -0700 (PDT) From: "Hudson (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-414) remove sstableLock In-Reply-To: <711364933.1251921752710.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-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752473#action_12752473 ] Hudson commented on CASSANDRA-414: ---------------------------------- Integrated in Cassandra #191 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/191/]) Revert "remove sstableLock. re-order a few ops so that we can never "lose" data temporarily -- always remove old sstable references _after_ adding the new ones. so at worst a few read ops will merge data from an sstable that is obsolete -- this is ok and better than Stop The World locking" and " combine addToList and storeLocation; rename to addSSTable" These were works in progress (and broken); accidentally committed w/ the 418 fix. combine addToList and storeLocation; rename to addSSTable > remove sstableLock > ------------------ > > Key: CASSANDRA-414 > URL: https://issues.apache.org/jira/browse/CASSANDRA-414 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Fix For: 0.5 > > Attachments: 0001-CASSANDRA-414-combine-addToList-and-storeLocation-ren.txt, 0001-CASSANDRA-414-combine-addToList-and-storeLocation-ren.txt, 0002-remove-sstableLock.-re-order-a-few-ops-so-that-we-can.txt, 0002-remove-sstableLock.-re-order-a-few-ops-so-that-we-can.txt > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.