[jboss-jira] [JBoss JIRA] Commented: (JBREM-890) Fix thread pool eviction in socket transport
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Mon Dec 24 01:40:48 EST 2007
[ http://jira.jboss.com/jira/browse/JBREM-890?page=comments#action_12393338 ]
Ron Sigal commented on JBREM-890:
---------------------------------
Unit tests: org.jboss.test.remoting.transport.socket.threadpool.ThreadPoolEvictionTestCase.
> 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