[jboss-jira] [JBoss JIRA] (AS7-2995) TimerService: Timer interval stops after retry
Jason Greene (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 11:27:13 EST 2011
[ https://issues.jboss.org/browse/AS7-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene updated AS7-2995:
------------------------------
Fix Version/s: 7.1.0.Final
(was: 7.1.0.CR1)
> TimerService: Timer interval stops after retry
> ----------------------------------------------
>
> Key: AS7-2995
> URL: https://issues.jboss.org/browse/AS7-2995
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.1.0.Beta1b
> Environment: jboss 7.1.0.Beta1b
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Labels: community, jboss7, timerservice
> Fix For: 7.1.0.Final
>
>
> The timer doesn't fire timeouts anymore after an exception has occured and the retry of the current timeout isn't finished before the new timeout should occur.
>
> See attached two source file, which will demonstrate the problem.
>
> In short:
> The execute method in the attached example gets called every minute. The first time it will throw an exception to enter the retry. When entering the retry it will sleep for 90 seconds to make sure it is not finished before the next timeout occurs.
>
> After the retry finished, new timeouts will not occur.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list