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

Hudson commented on THRIFT-1869:
--------------------------------

Integrated in Thrift #633 (See [https://builds.apache.org/job/Thrift/633/])
    THRIFT-1869 TThreadPoolServer (java) dies when threadpool is consumed 
(Revision ce6d1d709aaaf33d2cdfc7415a6e95b10faac2e5)

     Result = ABORTED
roger : 
https://git-wip-us.apache.org/repos/asf?p=thrift.git&a=commit&h=ce6d1d709aaaf33d2cdfc7415a6e95b10faac2e5
Files : 
* lib/java/src/org/apache/thrift/server/TThreadPoolServer.java

                
> TThreadPoolServer (java) dies when threadpool is consumed
> ---------------------------------------------------------
>
>                 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
>            Assignee: Roger Meier
>             Fix For: 1.0
>
>         Attachments: THRIFT-1869-0.patch
>
>
> 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