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
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.