Details
Description
Currently, when a TTransportException happens the worker thread exits silently:
...
} catch (TTransportException ttx) {
// Assume the client died and continue silently
} ...
This makes it hard to debug issues such as timeout settings. It would be nice to have a debug statement there. I'll have a patch soon.