[ 
https://issues.apache.org/jira/browse/HADOOP-13556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun Suresh updated HADOOP-13556:
---------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed to trunk, branch-3.0 and branch-2. Thanks [~lmccay]

> Change Configuration.getPropsWithPrefix to use getProps instead of iterator
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-13556
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13556
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Larry McCay
>            Assignee: Larry McCay
>         Attachments: HADOOP-13556-001.patch, HADOOP-13556-002.patch
>
>
> Current implementation of getPropsWithPrefix uses the 
> Configuration.iterator() method. This method is not threadsafe.
> This patch will reimplement the gathering of properties that begin with a 
> prefix by using the safe getProps() method.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to