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

Sylvain Lebresne resolved CASSANDRA-9722.
-----------------------------------------
    Resolution: Duplicate

SuperColumns are implemented on trunk. In fact, failures in the thrift tests on 
trunk is somewhat random: every run has a bunch of failing tests, but it's not 
always the same ones (and so not limited to the one listed on that ticket).

And looking more closely, the problem happens randomly when each test creates 
his schema: some race make is so that 2 separate tables ends up being loaded 
with the same cfId, which triggers an assertion error (as it should). Long 
story short, it's almost surely a bug in the reuse of objects that trunk does.  
But I won't track it down more than that because CASSANDRA-9705 solves that.  
Now, turns out I had minor breaks of thrift on my CASSANDRA-9705 so I've pushed 
an additional commit to the branch to fix those, but all thrift tests are 
passing with the current branch of CASSANDRA-9705, so I'm gonna call this a 
duplicate (we can always re-open once CASSANDRA-9705 lands if there is still 
problems).


> supercolumn/deletion thrift dtests fail
> ---------------------------------------
>
>                 Key: CASSANDRA-9722
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9722
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Jim Witschey
>            Assignee: Sylvain Lebresne
>            Priority: Blocker
>             Fix For: 3.0 beta 1
>
>
> 6 thrift tests are failing on cassci. ([cassci 
> link|http://cassci.datastax.com/view/trunk/job/trunk_dtest/307/testReport/thrift_tests/]).
>  You can run them all locally with:
> {code}
> thrift_tests.py:TestMutations.{test_batch_mutate_remove_slice_of_entire_supercolumns,test_batch_mutate_remove_slice_part_of_supercolumns,test_batch_mutate_remove_slice_standard,test_batch_mutate_remove_super_columns_with_none_given_underneath,test_batch_mutate_super_deletion,test_range_deletion}
> {code}
> EDIT: this may be several subproblems, but if that's the case I don't know 
> enough about the problem domain to break this into smaller, topical tickets.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to