[
https://issues.apache.org/jira/browse/HADOOP-13500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183478#comment-16183478
]
Sergey Shelukhin edited comment on HADOOP-13500 at 9/28/17 12:07 AM:
---------------------------------------------------------------------
Hive is also hitting this issue with a different call stack
was (Author: sershe):
Hive is also hitting this issue.
> 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 Lowe
>
> 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
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]