Brock Noland created THRIFT-1869:
------------------------------------

             Summary: TThreadPoolServer (java) dies when max threads hit
                 Key: THRIFT-1869
                 URL: https://issues.apache.org/jira/browse/THRIFT-1869
             Project: Thrift
          Issue Type: Bug
          Components: Java - Library
    Affects Versions: 0.9
            Reporter: Brock Noland


When TThreadPoolServer hit's max threads, it throws a 
RejectedExceptionException and dies. This is not expected by users of this 
class.

{noformat}
java.util.concurrent.RejectedExecutionException 
at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown 
Source) 
at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) 
at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) 
at org.apache.thrift.server.TThreadPoolServer.serve(TThreadPoolServer.java:108) 
{noformat}

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