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/11 19:58:42 UTC

[jira] [Comment Edited] (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=13792877#comment-13792877 ] 

Donald Smith edited comment on CASSANDRA-6152 at 10/11/13 5:56 PM:
-------------------------------------------------------------------

No, the test suite does *not* drop and create new tables (i.e., it does not call "DROP TABLE" and "CREATE TABLE").  It deletes rows from tables and re-inserts. I'm working right now on submitting a focused example that reproduces the bug.


was (Author: thinkerfeeler):
No, the test suite does *not* drop and create new tables (i.e., it does not call "DROP TABLE" and "CREATE TABLE").  It deletes tables and re-inserts. I'm working right now on submitting a focused example that reproduces the bug.

> 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)