[
https://issues.apache.org/jira/browse/HBASE-7986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13594236#comment-13594236
]
Hudson commented on HBASE-7986:
-------------------------------
Integrated in hbase-0.95-on-hadoop2 #12 (See
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/12/])
HBASE-7986. [REST] Make HTablePool size configurable (binlijin) (Revision
1452771)
Result = FAILURE
apurtell :
Files :
*
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/RESTServlet.java
> [REST] Make HTablePool size configurable
> ----------------------------------------
>
> Key: HBASE-7986
> URL: https://issues.apache.org/jira/browse/HBASE-7986
> Project: HBase
> Issue Type: Bug
> Components: REST
> Reporter: binlijin
> Assignee: binlijin
> Fix For: 0.95.0, 0.98.0, 0.94.6
>
> Attachments: HBASE-7986-94.patch, HBASE-7986-trunk.patch
>
>
> Current in rest the HTablePool use a size 10 and can not be changed.
> {code}
> RESTServlet(Configuration conf) throws IOException {
> this.conf = conf;
> this.pool = new HTablePool(conf, 10);
> this.admin = new HBaseAdmin(conf);
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira