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

Jonathan Ellis commented on CASSANDRA-2773:
-------------------------------------------

bq. I don't think the patch on this ticket could screw up indexes more that we 
use to prior to 0.7.6

That's a valid way to frame the issue.

I'm good to commit for 0.7.7 if Jim can test the patch first, since he's the 
only one we've heard of hitting this in 0.7.x.  (Specifically, we want to make 
sure that if we query "WHERE foo = X" we don't get results back where foo is 
something other than X.  Ideally you'd start with an empty database, or at 
least drop + recreate indexes first to make sure the results aren't 
contaminated w/ corrupt entries from pre-0.7.6.)

> "Index manager cannot support deleting and inserting into a row in the same 
> mutation"
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-2773
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2773
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Boris Yen
>            Assignee: Jonathan Ellis
>            Priority: Critical
>             Fix For: 0.8.2
>
>         Attachments: 2773-v2.txt, 2773.txt, cassandra.log
>
>
> I use hector 0.8.0-1 and cassandra 0.8.
> 1. create mutator by using hector api, 
> 2. Insert a few columns into the mutator for key "key1", cf "standard". 
> 3. add a deletion to the mutator to delete the record of "key1", cf 
> "standard".
> 4. repeat 2 and 3
> 5. execute the mutator.
> the result: the connection seems to be held by the sever forever, it never 
> returns. when I tried to restart the cassandra I saw unsupportedexception : 
> "Index manager cannot support deleting and inserting into a row in the same 
> mutation". and the cassandra is dead forever, unless I delete the commitlog. 
> I would expect to get an exception when I execute the mutator, not after I 
> restart the cassandra.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to