GitHub user abhinav opened a pull request:

    https://github.com/apache/thrift/pull/370

    THRIFT-2975 Graceful handling of server-side errors in Python

    Change `process_*` functions to handle unexpected exceptions from
    user-supplied handlers by throwing a `TApplicationException(INTERNAL_ERROR)`
    to the client.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/abhinav/thrift THRIFT-2975

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/370.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #370
    
----
commit d1ba19758e40516233378692a244580a6d9dc5ef
Author: Abhinav Gupta <[email protected]>
Date:   2015-02-03T20:52:18Z

    [python] Graceful handling of server-side errors
    
    Changes `process_*` functions to handle unexpected exceptions from
    user-supplied handlers by throwing a `TApplicationException(INTERNAL_ERROR)`
    to the client.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to