[ 
https://issues.apache.org/jira/browse/CASSANDRA-5034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569857#comment-13569857
 ] 

Vijay commented on CASSANDRA-5034:
----------------------------------

Hi Jonathan, I dont think we are stopping folks from mixing the counters and RM 
(except if the requests from mutate atomically, but we are talking about normal 
requests which will be switched to a mutate atomic if there is counters).

I also did a quick test with Batch with Counters and RM and it does work right 
now...
                
> Refactor to introduce Mutation Container in write path
> ------------------------------------------------------
>
>                 Key: CASSANDRA-5034
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5034
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0
>            Reporter: Vijay
>            Assignee: Vijay
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: 0001-CASSANDRA-5034.patch
>
>
> For triggers we need to identify if the batch mutations contain counters, if 
> present we cannot apply the BM with triggers safely. Hence we wanted this 
> refactor, the idea is also to improve code reuse.
> https://github.com/Vijay2win/cassandra/blob/1311/src/java/org/apache/cassandra/thrift/MutationContainer.java
> We thought (reviewer: Gary) it is better to separate these 2 patches, hence 
> this ticket.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to