[jboss-jira] [JBoss JIRA] Closed: (JBREM-890) Fix thread pool eviction in socket transport
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Fri Jan 25 19:25:21 EST 2008
[ http://jira.jboss.com/jira/browse/JBREM-890?page=all ]
Ron Sigal closed JBREM-890.
---------------------------
Resolution: Done
Tests passing on hudson.
> Fix thread pool eviction in socket transport
> --------------------------------------------
>
> Key: JBREM-890
> URL: http://jira.jboss.com/jira/browse/JBREM-890
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.SP4
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Fix For: 2.4.0.Beta1 (Pinto)
>
>
> Currently org.jboss.rermoting.transport.socket.ServerThread.evict() attempts to interrupt a thread blocked on i/o in acknowledge() or readVersion() and return it to SocketServerInvoker.threadpool where it can be reused. However, interrupt() will not normally unblock a thread in an i/o call.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list