[
https://issues.apache.org/jira/browse/AVRO-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated AVRO-1773:
-------------------------------
Fix Version/s: (was: 1.9.0)
(was: 1.8.0)
> Infinite loop caused by race condition
> --------------------------------------
>
> Key: AVRO-1773
> URL: https://issues.apache.org/jira/browse/AVRO-1773
> Project: Apache Avro
> Issue Type: Sub-task
> Components: java
> Affects Versions: 1.7.7
> Reporter: vincent ye
> Priority: Critical
>
> org.apache.avro.LogicalTypes#fromSchemaIgnoreInvalid lookups and update
> CACHE. CACHE is backed by hashmap without synchronization. In a multithreaded
> environment, it causes a infinite loop in hashmap lookup. The race condition
> problem is described in the following blog
> http://mailinator.blogspot.com/2009/06/beautiful-race-condition.html.
> I experience this infinite loop in Spark jobs with high concurrency.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)