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 2A178DBCB for ; Fri, 23 Nov 2012 02:35:00 +0000 (UTC) Received: (qmail 27836 invoked by uid 500); 23 Nov 2012 02:34:59 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 27753 invoked by uid 500); 23 Nov 2012 02:34:59 -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 27727 invoked by uid 99); 23 Nov 2012 02:34:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2012 02:34:59 +0000 Date: Fri, 23 Nov 2012 02:34:58 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1324967777.18089.1353638099045.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CASSANDRA-4976) "AssertionError: Wrong class type" at CounterColumn.diff() 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-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502991#comment-13502991 ] Jonathan Ellis commented on CASSANDRA-4976: ------------------------------------------- +1 > "AssertionError: Wrong class type" at CounterColumn.diff() > ---------------------------------------------------------- > > Key: CASSANDRA-4976 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4976 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.1.6 > Reporter: J.B. Langston > Assignee: Sylvain Lebresne > Labels: counters > Fix For: 1.1.7 > > Attachments: 4976.txt > > > Thousands of the following errors are getting logged to system.log: > ERROR [ReadRepairStage:150152] 2012-11-15 12:31:02,815 AbstractCassandraDaemon.java (line 135) Exception in thread Thread[ReadRepairStage:150152,5,main] > java.lang.AssertionError: Wrong class type. > at org.apache.cassandra.db.CounterColumn.diff(CounterColumn.java:110) > at org.apache.cassandra.db.ColumnFamily.diff(ColumnFamily.java:248) > at org.apache.cassandra.db.ColumnFamily.diff(ColumnFamily.java:342) > at org.apache.cassandra.service.RowRepairResolver.scheduleRepairs(RowRepairResolver.java:117) > at org.apache.cassandra.service.RowRepairResolver.resolve(RowRepairResolver.java:94) > at org.apache.cassandra.service.AsyncRepairCallback$1.runMayThrow(AsyncRepairCallback.java:54) > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > There are also many of the following errors intermingled with the above: > ERROR [ReadRepairStage:150158] 2012-11-15 12:30:34,148 CounterContext.java (line 381) invalid counter shard detected; (b29a5480-e911-11e1-0000-ce481d6d2aff, 3, 916) and (b29a5480-e911-11e1-0000-ce481d6d2aff, 3, -1590) differ only in count; will pick highest to self-heal; this indicates a bug or corruption generated a bad counter shard > I am not 100% sure whether they are related. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira