You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Larry McCay (JIRA)" <ji...@apache.org> on 2016/08/28 18:21:21 UTC

[jira] [Commented] (HADOOP-13556) Change Configuration.getPropsWithPrefix to use getProps instead of iterator

    [ https://issues.apache.org/jira/browse/HADOOP-13556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15443884#comment-15443884 ] 

Larry McCay commented on HADOOP-13556:
--------------------------------------

getPropsWithPrefix is part of HADOOP-13008 but was never committed to branch-2.8. Need to add that first.

> 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
>             Fix For: 2.8.0
>
>
> 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.3.4#6332)

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