[
https://issues.apache.org/jira/browse/HBASE-19508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290143#comment-16290143
]
Hudson commented on HBASE-19508:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4220 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4220/])
HBASE-19508 ReadOnlyConfiguration throws exception if any Configuration (stack:
rev 736dd93c313862d8601fe1889198dddec22fe421)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/ReadOnlyConfiguration.java
* (add)
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestReadOnlyConfiguration.java
HBASE-19508 ReadOnlyConfiguration throws exception if any Configuration (stack:
rev d28e126b2926d9277ea3496b68ae2ea5d45751e2)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestReadOnlyConfiguration.java
> ReadOnlyConfiguration throws exception if any Configuration in current
> context calls addDefautlResource
> -------------------------------------------------------------------------------------------------------
>
> Key: HBASE-19508
> URL: https://issues.apache.org/jira/browse/HBASE-19508
> Project: HBase
> Issue Type: Bug
> Components: conf
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19508.master.001.patch
>
>
> Reported by [~psomogyi] up on HBASE-19295, the issue that added CpEnv
> returning a read-only Configuration.
> Issue is that hadoop Configuration registers every created Configuration in a
> static REGISTRY on construction. A call to addDefaultResource -- e.g. sqoop
> does this in tests to get its configurations into the mix -- results in a
> call to every registered Configurations loadResource.. which is disallowed in
> our read-only Configuration.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)