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

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982110#action_12982110 ] 

Pavel Yaskevich commented on CASSANDRA-1989:
--------------------------------------------

I have added patch (CASSANDRA-1714-additions-to-trunk.patch) to CASSANDRA-1714 which will fix this for trunk, cassandra-0.7 branch does not have this issue.

> 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.7.1
>            Reporter: Stu Hood
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.1
>
>
> 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.