[jboss-jira] [JBoss JIRA] (AS7-2995) TimerService: Timer interval stops after retry
Radoslav Husar (Moved) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 08:54:10 EST 2011
[ https://issues.jboss.org/browse/AS7-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar moved JBAS-9458 to AS7-2995:
-------------------------------------------
Project: Application Server 7 (was: Legacy JBoss Application Server 6 )
Key: AS7-2995 (was: JBAS-9458)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.0.Beta1b
(was: No Release)
Component/s: EJB
(was: EJB)
Security: (was: Public)
Fix Version/s: 7.1.0.CR1
(was: Open To Community)
> 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.CR1
>
>
> 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