[
https://issues.apache.org/jira/browse/HBASE-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222123#comment-13222123
]
Hudson commented on HBASE-5491:
-------------------------------
Integrated in HBase-0.92-security #96 (See
[https://builds.apache.org/job/HBase-0.92-security/96/])
HBASE-5491 Remove HBaseConfiguration.create() call from coprocessor.Exec
class (Revision 1295430)
Result = FAILURE
stack :
Files :
* /hbase/branches/0.92/CHANGES.txt
*
/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/client/coprocessor/Exec.java
*
/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpoint.java
> Remove HBaseConfiguration.create() call from coprocessor.Exec class
> -------------------------------------------------------------------
>
> Key: HBASE-5491
> URL: https://issues.apache.org/jira/browse/HBASE-5491
> Project: HBase
> Issue Type: Improvement
> Components: coprocessors
> Affects Versions: 0.92.0
> Environment: all
> Reporter: honghua zhu
> Fix For: 0.92.1
>
> Attachments: HBASE-5491-2.patch, HBASE-5491.patch
>
>
> Exec class has a field: "private Configuration conf =
> HBaseConfiguration.create()"
> Client side generates an Exec instance of the class, each initiated
> Statistics request by ExecRPCInvoker
> Is so HBaseConfiguration.create for each request needs to call
> When the server side deserialize the Exec Called once
> HBaseConfiguration.create in,
> HBaseConfiguration.create is a time consuming operation.
> "private Configuration conf = HBaseConfiguration.create()";
> This code is only useful for testing code
> (org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint.testExecDeserialization),
> other places with the Exec class, pass a Configuration come,
> so no need to "conf" field a default value.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira