[jboss-remoting-issues] [JBoss JIRA] Commented: (JBREM-1076) SocketServerInvoker.processInvocation() should return if running == false

Ron Sigal (JIRA) jira-events at lists.jboss.org
Sun Apr 12 03:43:22 EDT 2009


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

Ron Sigal commented on JBREM-1076:
----------------------------------

Added test for !running after loop in processInvocation().

Unit test:  org.jboss.test.remoting.transport.socket.shutdown.ProcessInvocationShutdownTestCase.

Waiting for results in hudson.

> SocketServerInvoker.processInvocation() should return if running == false
> -------------------------------------------------------------------------
>
>                 Key: JBREM-1076
>                 URL: https://jira.jboss.org/jira/browse/JBREM-1076
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.5.0.SP2 (Flounder) 
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.5.0.SP3 (Flounder)
>
>
> The 
>         while(worker == null && running)
> loop can end with worker == null, in which case processRequest() should return instead of proceeding.

-- 
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