You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Gary Dusbabek (JIRA)" <ji...@apache.org> on 2010/06/23 19:22:54 UTC

[jira] Updated: (CASSANDRA-1218) 0.7 cannot read 0.6 system table

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

Gary Dusbabek updated CASSANDRA-1218:
-------------------------------------

    Attachment: 0001-CFS-should-ignore-non-db-files.patch
                0002-use-diskformat-when-recreating-rowkey-bloom-filter.patch

> 0.7 cannot read 0.6 system table
> --------------------------------
>
>                 Key: CASSANDRA-1218
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1218
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7
>            Reporter: Jonathan Ellis
>            Assignee: Gary Dusbabek
>            Priority: Critical
>             Fix For: 0.7
>
>         Attachments: 0001-CFS-should-ignore-non-db-files.patch, 0002-use-diskformat-when-recreating-rowkey-bloom-filter.patch
>
>
> to reproduce:
> start w/ empty data, commitlog
> start 0.6
> kill it when it completes starting
> r/m commitlog (should have LocationInfo sstables already)
> start 0.7
> ERROR 12:39:18,593 Fatal exception during initialization
> org.apache.cassandra.config.ConfigurationException: Found system table files, but they couldn't be loaded. Did you change the partitioner?
> 	at org.apache.cassandra.db.SystemTable.checkHealth(SystemTable.java:153)
> 	at org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:93)
> 	at org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:90)
> 	at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:221)

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