We need a way to recover from a crash during migration if the crash happens 
before 'definitions' are flushed.
-------------------------------------------------------------------------------------------------------------

                 Key: CASSANDRA-987
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-987
             Project: Cassandra
          Issue Type: Improvement
    Affects Versions: 0.7
            Reporter: Gary Dusbabek
            Assignee: Gary Dusbabek
             Fix For: 0.7


Because what happens is this:  the schema exists only in the commit log and so 
will not be loaded during initialization.  The schema sstables will then be 
written during CL recovery, but the changes never applied.  This could all be 
resolved with another restart, but I'd like to find a better way.  This 
shouldn't be too hard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to