-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Beta1b
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.
- is cloned by
-
JBAS-9457 TimerService: Timer interval stops after retry
- Open