[jboss-remoting-issues] [JBoss JIRA] Created: (JBREM-1111) CLONE [JBREM-851] - In LeasePinger replace Timer if it has shut down

Ron Sigal (JIRA) jira-events at lists.jboss.org
Thu Apr 2 02:54:41 EDT 2009


CLONE [JBREM-851] - In LeasePinger replace Timer if it has shut down
--------------------------------------------------------------------

                 Key: JBREM-1111
                 URL: https://jira.jboss.org/jira/browse/JBREM-1111
             Project: JBoss Remoting
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.2.2.GA_CP01, 2.2.2.SP2, 2.4.0.Beta1 (Pinto)
            Reporter: Ron Sigal
             Fix For: 2.4.0.Beta1 (Pinto)


When all of the TimerTasks running in a java.util.TimerTask have shut down, the TImer will also shut down, at which point it will accept no more TimerTasks.  There are places in Remoting where there should be a test which will create a new Timer the attempt to schedule a TimerTask results in an exception.

Two places the problem exists:

1. org.jboss.remoting.LeasePinger, and
2. org.jboss.remoting.util.TimerUtil.

A similar problem is described in JBREM-748 "BisocketClientInvoker should guard agains scheduling on an expired Timer"

Reported by James on Remoting forum.

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