[ https://issues.apache.org/jira/browse/SPARK-15430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15292682#comment-15292682 ]
Apache Spark commented on SPARK-15430: -------------------------------------- User 'viirya' has created a pull request for this issue: https://github.com/apache/spark/pull/13211 > Access ListAccumulator's value could possibly cause > java.util.ConcurrentModificationException > --------------------------------------------------------------------------------------------- > > Key: SPARK-15430 > URL: https://issues.apache.org/jira/browse/SPARK-15430 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Liang-Chi Hsieh > > In ListAccumulator we create an unmodifiable view for underlying list. > However, it doesn't prevent the underlying to be modified further. So as we > access the unmodifiable list, the underlying list can be modified in the same > time. It could cause java.util.ConcurrentModificationException. We should fix > it. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org