You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Johan Oskarsson (JIRA)" <ji...@apache.org> on 2010/07/01 03:37:50 UTC

[jira] Updated: (CASSANDRA-1243) Break out context code from increment counters

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

Johan Oskarsson updated CASSANDRA-1243:
---------------------------------------

    Attachment: CASSANDRA-1243.patch

Changes include the following
* add context byte array to avro/thrift interface
* validate data using a clock specific validator method (to avoid negative deltas in incr counters for example)
* pull diff, update and cleanContext code into the clocks
* prepare CliClient for multiple clock types
* enable aes code to clean contexts in a clock specific manner
* prepare anti entropy test to run against counter columns

> Break out context code from increment counters
> ----------------------------------------------
>
>                 Key: CASSANDRA-1243
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1243
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Johan Oskarsson
>         Attachments: CASSANDRA-1243.patch
>
>
> In order to make CASSANDRA-1072 easier to digest we should split out context related functionality and prepare the code base for multiple clock types. 

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