You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/01/15 16:21:46 UTC

[jira] Resolved: (CASSANDRA-1989) Cannot parse generation after restart

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

Jonathan Ellis resolved CASSANDRA-1989.
---------------------------------------

    Resolution: Fixed
      Reviewer: jbellis

> 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: Pavel Yaskevich
>             Fix For: 0.8
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.