Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Provide a mechanism for logging all exceptions generated by client communication. Right now, there is some logic to determine which kinds of Exceptions are logged and which are not. This is a bit confusing because I see situations where the inheriting projects are closing contexts (via `deleteContext()`) but there is no logging from the server to indicate why the context should be deleted.
For example:
https://github.com/apache/thrift/blob/master/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java#L321-L328
Attachments
Issue Links
- links to