Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 49993 invoked from network); 22 Jan 2010 12:38:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 12:38:05 -0000 Received: (qmail 30497 invoked by uid 500); 22 Jan 2010 12:38:05 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 30412 invoked by uid 500); 22 Jan 2010 12:38:05 -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 30380 invoked by uid 99); 22 Jan 2010 12:38:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 12:38:05 +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; Fri, 22 Jan 2010 12:38:03 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BC25329A0025 for ; Fri, 22 Jan 2010 04:37:21 -0800 (PST) Message-ID: <1512324389.3291264163841769.JavaMail.jira@brutus.apache.org> Date: Fri, 22 Jan 2010 12:37:21 +0000 (UTC) From: "Hudson (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-704) Cluster-wide mutex (ZooKeeper integration) In-Reply-To: <1680849516.262871263559674443.JavaMail.jira@brutus.apache.org> 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-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803683#action_12803683 ] Hudson commented on CASSANDRA-704: ---------------------------------- Integrated in Cassandra #331 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/331/]) > Cluster-wide mutex (ZooKeeper integration) > ------------------------------------------ > > Key: CASSANDRA-704 > URL: https://issues.apache.org/jira/browse/CASSANDRA-704 > Project: Cassandra > Issue Type: New Feature > Reporter: Jaakko Laine > Assignee: Jaakko Laine > Attachments: 704-cluster-mutex.patch, zookeeper-3.2.2.jar > > > Provide a cluster-wide mutex (zookeeper integration). Not strictly needed at the moment, but since it's done now, I'll post it here for community to review & decide if it should be included. This would allow us to have atomic increment/decrement operations before vector clocks, and might come handy in automatic load balancing and other future tasks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.