Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7, 0.8
-
None
Description
When using thrift to communicate between Java clients and servers, I am no longer seeing TApplicationExceptions when an unexpected exception is thrown on the servers side.
Thrift 0.6 works, but thrift 0.8 does not. Looking at the Processor code generated by 0.6 it catches Throwable and returns a TApplication exception to the client. The Processor code generated by 0.8 does not do this.
Attachments
Attachments
Issue Links
- is duplicated by
-
THRIFT-1663 Java Thrift server is not throwing exceptions
- Closed
- is related to
-
THRIFT-1805 Thrift should not swallow ALL exceptions
- Closed