You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeff Jirsa (JIRA)" <ji...@apache.org> on 2017/12/12 05:22:00 UTC

[jira] [Commented] (CASSANDRA-10499) ConcurrentModificationException in Background read repair

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

Jeff Jirsa commented on CASSANDRA-10499:
----------------------------------------

This is 2+ year old 2.0 issue, any reason to believe it's still happening in 2.1/2.2/3.0? If not, I propose closing as can't-reproduce.


>  ConcurrentModificationException in Background read repair
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-10499
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10499
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: sankalp kohli
>            Priority: Minor
>
> We are seeing the below exception in 2.0.14. While looking at the code, it looks like it is happening due to ColumnFamily object being modified in SQF. trim method.
> Exception in thread Thread[ReadRepairStage:4441,5,main]
> java.util.ConcurrentModificationException
> 	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
> 	at java.util.ArrayList$Itr.next(ArrayList.java:831)
> 	at org.apache.cassandra.db.ColumnFamily.updateDigest(ColumnFamily.java:394)
> 	at org.apache.cassandra.db.ColumnFamily.digest(ColumnFamily.java:388)
> 	at org.apache.cassandra.service.RowDigestResolver.resolve(RowDigestResolver.java:84)
> 	at org.apache.cassandra.service.RowDigestResolver.resolve(RowDigestResolver.java:28)
> 	at org.apache.cassandra.service.ReadCallback$AsyncRepairRunner.run(ReadCallback.java:173)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org