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

Hudson commented on THRIFT-1419:
--------------------------------

Integrated in Thrift #314 (See [https://builds.apache.org/job/Thrift/314/])
    THRIFT-1419. java: AbstractNonBlockingServer does not catch errors when 
invoking the processor

This patch changes the invoke() method to catch Throwables instead of just 
Exceptions.

Patch: Thomas Kielbus"

bryanduxbury : http://svn.apache.org/viewvc/?view=rev&rev=1196848
Files : 
* 
/thrift/trunk/lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java

                
> AbstractNonBlockingServer does not catch errors when invoking the processor
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-1419
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1419
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>            Reporter: Thomas Kielbus
>            Assignee: Thomas Kielbus
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: THRIFT-1419.diff
>
>
> Only exceptions are caught when invoking the processor. If an error is 
> thrown, it causes the thread to die silently without setting the frame buffer 
> state. The client can hang forever waiting for a response.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to