[jboss-remoting-issues] [JBoss JIRA] Created: (JBREM-1230) Client hangs when hitting MaxPoolSize with idleTimeout

Takayoshi Kimura (JIRA) jira-events at lists.jboss.org
Fri Jun 25 05:45:46 EDT 2010


Client hangs when hitting MaxPoolSize with idleTimeout
------------------------------------------------------

                 Key: JBREM-1230
                 URL: https://jira.jboss.org/browse/JBREM-1230
             Project: JBoss Remoting
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.2.3.SP1, 2.2.2.SP9
            Reporter: Takayoshi Kimura


1. In SocketServerInvoker.processInvocation(), clientpool.wait() is called when hitting MaxPoolSize 
2. SocketServerInvoker$IdleTimerTask calls ServerThread.shutdown() and remove it from clientpool when it's timed out in idle state
3. ServerThread.shutdown() doesn't call clientpool.notify(), so #1 doesn't resume although there is free slot available


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-remoting-issues mailing list