Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA25A1077D for ; Fri, 11 Oct 2013 17:56:53 +0000 (UTC) Received: (qmail 5559 invoked by uid 500); 11 Oct 2013 17:56:45 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 5414 invoked by uid 500); 11 Oct 2013 17:56:44 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 5343 invoked by uid 99); 11 Oct 2013 17:56:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 17:56:43 +0000 Date: Fri, 11 Oct 2013 17:56:43 +0000 (UTC) From: "Donald Smith (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6152) Assertion error in 2.0.1 at db.ColumnSerializer.serialize(ColumnSerializer.java:56) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792877#comment-13792877 ] Donald Smith commented on CASSANDRA-6152: ----------------------------------------- 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)