[
https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis resolved CASSANDRA-1431.
---------------------------------------
Resolution: Cannot Reproduce
I would workaround by removing all LocationInfo files (to, say, /tmp), then
restart each machine w/ its old token specified in InitialToken parameter.
Nodes restarted like this will be ignored by the other nodes, until they are
similarly restarted (b/c Gossip generation will also be reset).
> Unable to upgrade 0.6.1 to 0.6.4
> --------------------------------
>
> Key: CASSANDRA-1431
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1431
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.6.4
> Environment: 0.6.1, 0.6.4
> Reporter: Aleksey Pesternikov
> Assignee: Gary Dusbabek
> Attachments: system.tgz
>
>
> I'm trying to upgrade 0.6.1 to 0.6.4 and receive the following error:
> DEBUG 09:45:27,077 Starting CFS LocationInfo
> INFO 09:45:27,240 Sampling index for
> /data/cassandra/system/LocationInfo-19-Data.db
> DEBUG 09:45:27,292 INDEX LOAD TIME for
> /data/cassandra/system/LocationInfo-19-Data.db: 104 ms.
> INFO 09:45:27,292 Sampling index for
> /data/cassandra/system/LocationInfo-20-Data.db
> DEBUG 09:45:27,292 INDEX LOAD TIME for
> /data/cassandra/system/LocationInfo-20-Data.db: 0 ms.
> DEBUG 09:45:27,292 key cache capacity for LocationInfo is 2
> DEBUG 09:45:27,292 Starting CFS HintsColumnFamily
> INFO 09:45:27,347 Sampling index for
> /data/cassandra/system/HintsColumnFamily-12-Data.db
> DEBUG 09:45:27,347 INDEX LOAD TIME for
> /data/cassandra/system/HintsColumnFamily-12-Data.db: 0 ms.
> DEBUG 09:45:27,347 key cache capacity for HintsColumnFamily is 1
> ERROR 09:45:27,347 Fatal exception during initialization
> java.io.IOException: Found system table files, but they couldn't be loaded.
> Did you change the partitioner?
> at
> org.apache.cassandra.db.SystemTable.checkHealth(SystemTable.java:154)
> at
> org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:94)
> at
> org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:211)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.