Cannot parse generation after restart
-------------------------------------
Key: CASSANDRA-1989
URL: https://issues.apache.org/jira/browse/CASSANDRA-1989
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.8
Reporter: Stu Hood
Assignee: T Jake Luciani
Fix For: 0.8
Looks like CASSANDRA-1714 broke some parsing of the generation on some
restarts: haven't tracked it down yet, but this is likely to be obvious for
someone who worked on that issue.
{code}java.lang.UnsupportedOperationException
at java.nio.ByteBuffer.array(ByteBuffer.java:940)
at
org.apache.cassandra.utils.FBUtilities.byteBufferToInt(FBUtilities.java:212)
at
org.apache.cassandra.db.SystemTable.incrementAndGetGeneration(SystemTable.java:286)
at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:356)
at
org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:184)
at
org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:54)
at
org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:240)
at
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:133){code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.