THRIFT-145. java: Make TNonblockingServer more robust against errors
authorDavid Reiss <dreiss@apache.org>
Tue, 7 Oct 2008 23:03:47 +0000 (23:03 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 7 Oct 2008 23:03:47 +0000 (23:03 +0000)
commit9837aaf097729beb2d3c656bb68c9c373faa84e9
tree210912294984c373e4c2c6d60351ca5255c41e7e
parente11f3073f7411e7b0508047850fcb42b331a2e5e
THRIFT-145. java: Make TNonblockingServer more robust against errors

TNonblockingServer was throwing a null pointer exception in certain cases.
We're not really sure what the root cause is, but this change prevents
the exception and also improves logging of certain undesirable conditions.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@702661 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/com/facebook/thrift/server/TNonblockingServer.java