You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jaakko Laine (JIRA)" <ji...@apache.org> on 2010/01/20 01:48:55 UTC

[jira] Updated: (CASSANDRA-721) Atomic increment/decrement operations

     [ https://issues.apache.org/jira/browse/CASSANDRA-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaakko Laine updated CASSANDRA-721:
-----------------------------------

    Attachment: 721-atomic_mod.patch

Adds atomic_mod command, which can be used to modify column/supercolumn value atomically. Requires ZooKeeper for locking. ZooKeeper is not required for those who do not use atomic_mod operation, since ZK connection is not created until atomic_mod is first used.

> Atomic increment/decrement operations
> -------------------------------------
>
>                 Key: CASSANDRA-721
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-721
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Jaakko Laine
>            Assignee: Jaakko Laine
>         Attachments: 721-atomic_mod.patch
>
>
> Provide atomic increment/decrement operations. Requires zookeeper for now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.