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

Aaron McCurry commented on BLUR-79:
-----------------------------------

I have pushed some code for this issue.  Not completely finished yet.
                
> Issue with TThreadPoolServer
> ----------------------------
>
>                 Key: BLUR-79
>                 URL: https://issues.apache.org/jira/browse/BLUR-79
>             Project: Apache Blur
>          Issue Type: Bug
>    Affects Versions: 0.1.5
>            Reporter: Aaron McCurry
>             Fix For: 0.1.5
>
>
> The issue with the TThreadPoolServer is that the clients connecting to the 
> server process takes an executing thread and blocks on it until the client 
> closes.  The BlurClientManager never close the connections to the controllers 
> or shard servers.  So it is very likely that using this type of server will 
> cause thread starvation in the server processes.  So I prepose we move to 
> using the TThreadedSelectorServer implementation.

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