[
https://issues.apache.org/jira/browse/THRIFT-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury closed THRIFT-917.
--------------------------------
Fix Version/s: 0.5
Resolution: Fixed
I just committed this. Thanks for the patch, Ed!
> THsHaServer should not accept an ExecutorService without catching
> RejectedExecutionException
> --------------------------------------------------------------------------------------------
>
> Key: THRIFT-917
> URL: https://issues.apache.org/jira/browse/THRIFT-917
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.5
> Reporter: Eric Jensen
> Assignee: Ed Ceaser
> Fix For: 0.5
>
> Attachments: THRIFT-917-HandleRuntimeExceptions.patch
>
>
> https://issues.apache.org/jira/browse/THRIFT-250 introduced the ability to
> pass in an executor, but depending on the queue type your executor uses it
> can throw an unchecked RejectedExecutionException which it looks to me would
> kill the selector thread. we need to handle the general error behavior of an
> ExecutorService if we accept one as a parameter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.