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

Hudson commented on HADOOP-15973:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15645 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15645/])
HADOOP-15973. Configuration: Included properties are not cached if (jlowe: rev 
3961690037fa4274a3640104b3c344e8626caa10)
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* (edit) 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Configuration: Included properties are not cached if resource is a stream
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-15973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15973
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Eric Payne
>            Assignee: Eric Payne
>            Priority: Critical
>         Attachments: HADOOP-15973.001.patch, HADOOP-15973.002.patch, 
> HADOOP-15973.003.branch-2.patch, HADOOP-15973.003.branch-3.0.patch, 
> HADOOP-15973.003.patch
>
>
> If a configuration resource is a bufferedinputstream and the resource has an 
> included xml file, the properties from the included file are read and stored 
> in the properties of the configuration, but they are not stored in the 
> resource cache. So, if a later resource is added to the config and the 
> properties are recalculated from the first resource, the included properties 
> are lost.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to