[jboss-remoting-issues] [JBoss JIRA] Closed: (JBREM-1107) SocketServerInvoker.IdleTimeoutTask interrupts ServerThreads during long invocation

Ron Sigal (JIRA) jira-events at lists.jboss.org
Fri Sep 4 12:19:24 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBREM-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Sigal closed JBREM-1107.
----------------------------

    Resolution: Done


Tests passing in hudson.

> SocketServerInvoker.IdleTimeoutTask interrupts ServerThreads during long invocation
> -----------------------------------------------------------------------------------
>
>                 Key: JBREM-1107
>                 URL: https://jira.jboss.org/jira/browse/JBREM-1107
>             Project: JBoss Remoting
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.2.2.SP11
>            Reporter: Ron Sigal
>            Assignee: Ron Sigal
>             Fix For: 2.2.3.SP1
>
>
> org.jboss.remoting.transport.socket.SocketServerInvoker.IdleTimerTask is intended to shut down org.jboss.remoting.transport.socket.ServerThreads that haven't been in use for some configured amount of time.  For each ServerThread, it compares the value of System.currentTimeMillis() to the time at which the ServerThread last started or finished processing an invocation, and, if the difference exceeds the value of the "idleTimeout" parameter, it shuts down the ServerThread.
> The problem is that if processing an invocation takes longer than the value of "idleTimeout", a ServerThread could be shut down DURING the processing of an invocation.

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