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

Hudson commented on HBASE-19295:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4182 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4182/])
HBASE-19295 The Configuration returned by CPEnv should be read-only. (stack: 
rev 4a2e8b852dceb8f68adf33c940621734cc6e2f12)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/CoprocessorEnvironment.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseEnvironment.java
* (add) 
hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/ReadOnlyConfiguration.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorConfiguration.java


> The Configuration returned by CPEnv should be read-only.
> --------------------------------------------------------
>
>                 Key: HBASE-19295
>                 URL: https://issues.apache.org/jira/browse/HBASE-19295
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: stack
>            Assignee: stack
>              Labels: incompatible
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19295.master.001.patch, 
> HBASE-19295.master.002.patch, HBASE-19295.master.003.patch, 
> HBASE-19295.master.004.patch, HBASE-19295.master.005.patch
>
>
> The Configuration a CP gets when it does a getConfiguration on the 
> environment is that of the RegionServer. The CP should not be able to modify 
> this config.  We should throw exception if they try to write us.
> Ditto w/ the Connection they can get from the env. They should not be able to 
> close it at min.



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

Reply via email to