NPE in TNonblockingServer
-------------------------
Key: THRIFT-145
URL: https://issues.apache.org/jira/browse/THRIFT-145
Project: Thrift
Issue Type: Bug
Components: Library (Java)
Reporter: Bryan Duxbury
Assignee: Bryan Duxbury
{code}
Exception in thread "Thread-2" java.lang.NullPointerException
at
com.facebook.thrift.server.TNonblockingServer$SelectThread.cleanupSelectionkey(Unknown
Source)
at
com.facebook.thrift.server.TNonblockingServer$SelectThread.handleAccept(Unknown
Source)
at
com.facebook.thrift.server.TNonblockingServer$SelectThread.select(Unknown
Source)
at
com.facebook.thrift.server.TNonblockingServer$SelectThread.run(Unknown Source)
{code}
Unsure of the cause, but this should be handled more elegantly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.