[jboss-remoting-issues] [JBoss JIRA] Created: (JBREM-1152) If MicroSocketClientInvoker gets a SocketException in getConnection(), it should retry

Ron Sigal (JIRA) jira-events at lists.jboss.org
Tue Sep 8 13:27:23 EDT 2009


If MicroSocketClientInvoker gets a SocketException in getConnection(), it should retry
--------------------------------------------------------------------------------------

                 Key: JBREM-1152
                 URL: https://jira.jboss.org/jira/browse/JBREM-1152
             Project: JBoss Remoting
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.2.3, 2.5.1 (Flounder)
            Reporter: Ron Sigal
            Assignee: Ron Sigal
             Fix For: 2.5.2 (Flounder), 2.2.3.SP1


If a SocketException is thrown in the main loop in org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(), the invocation will be retried (if "numberOfCallRetries" is set to a value > 1).  The same should apply if a SocketConnection is thrown in the preliminary attempt to create a socket.  This issue is particularly relevant to the bisocket transport, where the attempt by a callback client to create a socket involves a write on the control connection.

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

        


More information about the jboss-remoting-issues mailing list