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 ACAEA9D03 for ; Thu, 5 Apr 2012 19:22:47 +0000 (UTC) Received: (qmail 51679 invoked by uid 500); 5 Apr 2012 19:22:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 51639 invoked by uid 500); 5 Apr 2012 19:22:47 -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 51548 invoked by uid 99); 5 Apr 2012 19:22:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 19:22:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 19:22:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 125E735A800 for ; Thu, 5 Apr 2012 19:22:26 +0000 (UTC) Date: Thu, 5 Apr 2012 19:22:26 +0000 (UTC) From: "Jonathan Ellis (Updated) (JIRA)" To: commits@cassandra.apache.org Message-ID: <634199512.19018.1333653746085.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <769109483.16641.1333626324540.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-4118) ConcurrentModificationException in ColumnFamily.updateDigest(ColumnFamily.java:294) (cassandra 1.0.8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-4118?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4118: -------------------------------------- Fix Version/s: 1.1.0 1.0.10 =20 > ConcurrentModificationException in ColumnFamily.updateDigest(ColumnFamily= .java:294) (cassandra 1.0.8) > -------------------------------------------------------------------------= ----------------------------- > > Key: CASSANDRA-4118 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4118 > Project: Cassandra > Issue Type: Bug > Affects Versions: 1.0.8 > Environment: two nodes, replication factor=3D2 > Reporter: Zklanu Ry=C5=9B > Assignee: Vijay > Fix For: 1.0.10, 1.1.0 > > > Sometimes when reading data I receive them without any exception but I ca= n see in Cassandra logs, that there is an error: > ERROR [ReadRepairStage:58] 2012-04-05 12:04:35,732 AbstractCassandraDaemo= n.java (line 139) Fatal exception in thread Thread[ReadRepairStage:58,5,mai= n] > java.util.ConcurrentModificationException > at java.util.AbstractList$Itr.checkForComodification(AbstractList.jav= a:372) > at java.util.AbstractList$Itr.next(AbstractList.java:343) > at org.apache.cassandra.db.ColumnFamily.updateDigest(ColumnFamily.jav= a:294) > at org.apache.cassandra.db.ColumnFamily.digest(ColumnFamily.java:288) > at org.apache.cassandra.service.RowDigestResolver.resolve(RowDigestRe= solver.java:102) > at org.apache.cassandra.service.RowDigestResolver.resolve(RowDigestRe= solver.java:30) > at org.apache.cassandra.service.ReadCallback$AsyncRepairRunner.runMay= Throw(ReadCallback.java:227) > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.jav= a:30) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira