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

Bryan Duxbury commented on HBASE-3:
-----------------------------------

Wasn't paying attention, saw that there's another patch from Stack already. 
However, that patch has a lot of contamination from other issues, at least one 
of which has been resolved with no need for a fix. Should we remove some of the 
excess in Stacks's patch, or use mine, or what?

> rest server: configure number of threads for jetty
> --------------------------------------------------
>
>                 Key: HBASE-3
>                 URL: https://issues.apache.org/jira/browse/HBASE-3
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: rest
>            Reporter: Michael Bieniosek
>             Fix For: 0.2.0
>
>         Attachments: 3.patch, hbase-4.patch
>
>
> I am running a mapreduce job (~400 simultaneous map tasks) that makes random 
> reads from hbase.  I have put a varnishd reverse proxy cache in front of a 
> single rest server.  The single rest server's jetty appears to be running out 
> of threads:
> 2008-02-01 23:17:16,971 INFO org.mortbay.http.SocketListener: LOW ON THREADS 
> ((256-256+1)<2) on [EMAIL PROTECTED]:61234
> 2008-02-01 23:17:17,116 WARN org.mortbay.http.SocketListener: OUT OF THREADS: 
> [EMAIL PROTECTED]:61234
> 2008-02-01 23:17:19,255 INFO org.mortbay.http.SocketListener: LOW ON THREADS 
> ((256-256+1)<2) on [EMAIL PROTECTED]:61234
> The default for jetty is to use a thread pool of 256 threads.  But I'd like 
> to be able to specify (preferably in hadoop-site.xml) how large the thread 
> pool should be -- in this case it needs to have as many threads as I have 
> simultaneous map tasks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to