[ 
https://issues.apache.org/jira/browse/THRIFT-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Grochowski updated THRIFT-2664:
--------------------------------------
    Assignee: Dustin Spicuzza  (was: Konrad Grochowski)

> Python tornado generated oneway client functions crash on server error
> ----------------------------------------------------------------------
>
>                 Key: THRIFT-2664
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2664
>             Project: Thrift
>          Issue Type: Bug
>          Components: Python - Compiler
>    Affects Versions: 0.9.1
>            Reporter: Dustin Spicuzza
>            Assignee: Dustin Spicuzza
>             Fix For: 0.9.2
>
>
> When an exception is thrown on the java server during oneway function 
> processing, it appears to send a message back to the client. The java client 
> disregards the incoming recv_ call from the server. The tornado bindings 
> should do the same thing.
> Without this patch, the incoming response from the server hits the getattr() 
> and it crashes because the function does not exist. With this patch, it gets 
> discarded correctly, as there isn't a future registered by oneway functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to