[
https://issues.apache.org/jira/browse/HADOOP-13500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HADOOP-13500:
------------------------------------
Labels: pull-request-available (was: )
> Concurrency issues when using Configuration iterator
> ----------------------------------------------------
>
> Key: HADOOP-13500
> URL: https://issues.apache.org/jira/browse/HADOOP-13500
> Project: Hadoop Common
> Issue Type: Bug
> Components: conf
> Reporter: Jason Darrell Lowe
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> It is possible to encounter a ConcurrentModificationException while trying to
> iterate a Configuration object. The iterator method tries to walk the
> underlying Property object without proper synchronization, so another thread
> simultaneously calling the set method can trigger it.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]