You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Donald Smith (JIRA)" <ji...@apache.org> on 2013/10/06 22:58:41 UTC

[jira] [Commented] (CASSANDRA-6152) Assertion error in 2.0.1 at db.ColumnSerializer.serialize(ColumnSerializer.java:56)

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

Donald Smith commented on CASSANDRA-6152:
-----------------------------------------

The exception seems to happen first during a delete.  Let me know if you need more info.

> Assertion error in 2.0.1 at db.ColumnSerializer.serialize(ColumnSerializer.java:56)
> -----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6152
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6152
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: CentOS release 6.2 (Final)
> With default set up on single node.
> I also saw this exception in 2.0.0 on a three node cluster.
>            Reporter: Donald Smith
>
> {noformat}
> ERROR [COMMIT-LOG-WRITER] 2013-10-06 12:12:36,845 CassandraDaemon.java (line 185) Exception in thread Thread[COMMIT-LOG-WRITER,5,main]
> java.lang.AssertionError
>         at org.apache.cassandra.db.ColumnSerializer.serialize(ColumnSerializer.java:56)
>         at org.apache.cassandra.db.ColumnFamilySerializer.serialize(ColumnFamilySerializer.java:77)
>         at org.apache.cassandra.db.RowMutation$RowMutationSerializer.serialize(RowMutation.java:268)
>         at org.apache.cassandra.db.commitlog.CommitLogSegment.write(CommitLogSegment.java:229)
>         at org.apache.cassandra.db.commitlog.CommitLog$LogRecordAdder.run(CommitLog.java:352)
>         at org.apache.cassandra.db.commitlog.PeriodicCommitLogExecutorService$1.runMayThrow(PeriodicCommitLogExecutorService.java:48)
>         at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
>         at java.lang.Thread.run(Thread.java:722)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)