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

Ron Sigal (JIRA) jira-events at lists.jboss.org
Thu Sep 10 12:04:23 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBREM-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12485228#action_12485228 ] 

Ron Sigal commented on JBREM-1152:
----------------------------------

Done.

Unit tests:

  * org.jboss.test.remoting.transport.bisocket.socketexception.BisocketSocketCreationExceptionTestCase
  * org.jboss.test.remoting.transport.socket.socketexception.SocketCreationExceptionTestCase

> 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.5.1 (Flounder)
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 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