Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.11.0
-
None
-
ubuntu-artful
Description
The exception handling for processing in all three servers blindly writes out logError when a TTransportException occurs during handling.
This should ignore all TTransportExceptions where the type is END_OF_FILE which indicates that the client disconnected.
This can be seen when running the cross test suite and examining logs of d server test runs.