[
https://issues.apache.org/jira/browse/THRIFT-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878426#action_12878426
]
Christopher Armstrong commented on THRIFT-585:
----------------------------------------------
I don't understand why you wouldn't want to send unhandled exceptions back to
the client. This issue has been giving me a lot of pain lately, since the
client can't know if an error actually occurred or if it was just some network
issue. In other words, I don't see why the blocking python version's precedent
is something that should actually be followed in this case.
> exceptions in the autogenerated send_METHOD functions are not propagated
> (Twisted)
> ----------------------------------------------------------------------------------
>
> Key: THRIFT-585
> URL: https://issues.apache.org/jira/browse/THRIFT-585
> Project: Thrift
> Issue Type: Bug
> Components: Compiler (Python), Library (Python)
> Reporter: Esteve Fernandez
> Assignee: Esteve Fernandez
> Attachments: 585-handle-send-exceptions.patch, t_py_generator.cc
>
>
> If an error occurs in the autogenerated send_METHOD functions, the returned
> deferred is not notified and the caller can't manage the error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.