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

Hudson commented on HBASE-8988:
-------------------------------

FAILURE: Integrated in HBase-TRUNK #4270 (See 
[https://builds.apache.org/job/HBase-TRUNK/4270/])
HBASE-8988  Reuse the thread pool in the shell to not run out of threads 
(jdcryans: rev 1504637)
* /hbase/trunk/hbase-server/src/main/ruby/hbase/table.rb

                
> Reuse the thread pool in the shell to not run out of threads
> ------------------------------------------------------------
>
>                 Key: HBASE-8988
>                 URL: https://issues.apache.org/jira/browse/HBASE-8988
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.98.0, 0.95.2, 0.94.10
>
>         Attachments: 8988-0.94.txt, HBASE-8988.patch
>
>
> I was trying some stuff in the shell and tried just to get a few puts in a 
> loop to a table. I quickly ran out of threads (java.lang.OutOfMemoryError: 
> unable to create new native thread).
> It seems we create a new HTable per get/put/etc call. We could just reuse one 
> thread pool instead.

--
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

Reply via email to