[
https://issues.apache.org/jira/browse/CASSANDRA-721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802587#action_12802587
]
Jaakko Laine edited comment on CASSANDRA-721 at 1/20/10 6:29 AM:
-----------------------------------------------------------------
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.
Edit: This is only a temporary solution for atomic increment/decrement
operation.
was (Author: jaakko):
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.