You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David King (JIRA)" <ji...@apache.org> on 2011/01/25 23:43:43 UTC

[jira] Created: (CASSANDRA-2055) Incompletely written commitlog keeps Cassandra from starting

Incompletely written commitlog keeps Cassandra from starting
------------------------------------------------------------

                 Key: CASSANDRA-2055
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2055
             Project: Cassandra
          Issue Type: Bug
          Components: API
    Affects Versions: 0.6.10
            Reporter: David King


I had to pull the plug in a failing Cassandra node. On boot, it dies with this exception. The process dies and is unable to start

{{
Jan 25 15:35:58 pmc01 cas:  INFO 15:35:58,870 Finished reading /cassandra/commitlog/CommitLog-1295991089449.log
Jan 25 15:35:58 pmc01 cas: ERROR 15:35:58,872 Exception encountered during startup.
Jan 25 15:35:58 pmc01 cas: java.io.EOFException
Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
Jan 25 15:35:58 pmc01 cas: Exception encountered during startup.
Jan 25 15:35:58 pmc01 cas: java.io.EOFException
Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
}}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-2055) Incompletely written commitlog keeps Cassandra from starting

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986766#action_12986766 ] 

Jonathan Ellis commented on CASSANDRA-2055:
-------------------------------------------

what, two-minute response time wasn't fast enough for you? :)

> Incompletely written commitlog keeps Cassandra from starting
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-2055
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2055
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.6.10
>            Reporter: David King
>
> I had to pull the plug in a failing Cassandra node. On boot, it dies with this exception. The process dies and is unable to start
> {{
> Jan 25 15:35:58 pmc01 cas:  INFO 15:35:58,870 Finished reading /cassandra/commitlog/CommitLog-1295991089449.log
> Jan 25 15:35:58 pmc01 cas: ERROR 15:35:58,872 Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> Jan 25 15:35:58 pmc01 cas: Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> }}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-2055) Incompletely written commitlog keeps Cassandra from starting

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986738#action_12986738 ] 

Jonathan Ellis commented on CASSANDRA-2055:
-------------------------------------------

Turning on debug logging will give you which commitlog, as well as the location in the file of the RowMutation in question.  In particular, we're interested in whether that mutation is at the end of the file.  (You'll have to get file size from ls -l.)

> Incompletely written commitlog keeps Cassandra from starting
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-2055
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2055
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.6.10
>            Reporter: David King
>
> I had to pull the plug in a failing Cassandra node. On boot, it dies with this exception. The process dies and is unable to start
> {{
> Jan 25 15:35:58 pmc01 cas:  INFO 15:35:58,870 Finished reading /cassandra/commitlog/CommitLog-1295991089449.log
> Jan 25 15:35:58 pmc01 cas: ERROR 15:35:58,872 Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> Jan 25 15:35:58 pmc01 cas: Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> }}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-2055) Incompletely written commitlog keeps Cassandra from starting

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-2055.
---------------------------------------

    Resolution: Duplicate

following up on CASSANDRA-2128

> Incompletely written commitlog keeps Cassandra from starting
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-2055
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2055
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.6.10
>            Reporter: David King
>
> I had to pull the plug in a failing Cassandra node. On boot, it dies with this exception. The process dies and is unable to start
> {{
> Jan 25 15:35:58 pmc01 cas:  INFO 15:35:58,870 Finished reading /cassandra/commitlog/CommitLog-1295991089449.log
> Jan 25 15:35:58 pmc01 cas: ERROR 15:35:58,872 Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> Jan 25 15:35:58 pmc01 cas: Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> }}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2055) Incompletely written commitlog keeps Cassandra from starting

Posted by "David King (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986737#action_12986737 ] 

David King commented on CASSANDRA-2055:
---------------------------------------

It would be especially helpful to also indicate *which* commitlog was malformed in the exception message

> Incompletely written commitlog keeps Cassandra from starting
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-2055
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2055
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.6.10
>            Reporter: David King
>
> I had to pull the plug in a failing Cassandra node. On boot, it dies with this exception. The process dies and is unable to start
> {{
> Jan 25 15:35:58 pmc01 cas:  INFO 15:35:58,870 Finished reading /cassandra/commitlog/CommitLog-1295991089449.log
> Jan 25 15:35:58 pmc01 cas: ERROR 15:35:58,872 Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> Jan 25 15:35:58 pmc01 cas: Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> }}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-2055) Incompletely written commitlog keeps Cassandra from starting

Posted by "David King (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986740#action_12986740 ] 

David King commented on CASSANDRA-2055:
---------------------------------------

Blast :( Sadly I've already deleted the commitlog to get the node back up quickly (I had two neighbours down)

> Incompletely written commitlog keeps Cassandra from starting
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-2055
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2055
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.6.10
>            Reporter: David King
>
> I had to pull the plug in a failing Cassandra node. On boot, it dies with this exception. The process dies and is unable to start
> {{
> Jan 25 15:35:58 pmc01 cas:  INFO 15:35:58,870 Finished reading /cassandra/commitlog/CommitLog-1295991089449.log
> Jan 25 15:35:58 pmc01 cas: ERROR 15:35:58,872 Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> Jan 25 15:35:58 pmc01 cas: Exception encountered during startup.
> Jan 25 15:35:58 pmc01 cas: java.io.EOFException
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:589)
> Jan 25 15:35:58 pmc01 cas: ^Iat java.io.DataInputStream.readUTF(DataInputStream.java:564)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:363)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.RowMutationSerializer.deserialize(RowMutation.java:318)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:240)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:172)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:115)
> Jan 25 15:35:58 pmc01 cas: ^Iat org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:224)
> }}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.