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

Jonathan Ellis commented on CASSANDRA-1353:
-------------------------------------------

we are including the length of the entire serialized record in CLS.write 
already.  (this is the value that recover reads in as serializedSize).  so we 
should just be able to skip to the next one w/o any extra changes (possibly by 
having RowMutation deserialize throw a ColumnFamilyNotFoundException, or 
something like that).

> commit log recovery is broken when the CL contains mutations to CFs that have 
> been dropped
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1353
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1353
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>             Fix For: 0.7 beta 1
>
>
> This was working, so the fix should include a RecoveryManager test that 
> checks for regressions.

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

Reply via email to