[jboss-jira] [JBoss JIRA] (AS7-3119) Recurring timer might executed concurrent if the duration of the timeout method will be longer than the interval
Wolf-Dieter Fink (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Dec 23 09:49:09 EST 2011
[ https://issues.jboss.org/browse/AS7-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653031#comment-12653031 ]
Wolf-Dieter Fink commented on AS7-3119:
---------------------------------------
The execution of a interval timer timeout is suppressed if the timer is still active.
This is compatible to the former AS versions.
A WARNING message 'JBAS014142: Timer <id> is still active, skipping overlapping scheduled execution at: <time>' will be logged.
Calendar timer are still executed concurrent.
> Recurring timer might executed concurrent if the duration of the timeout method will be longer than the interval
> ----------------------------------------------------------------------------------------------------------------
>
> Key: AS7-3119
> URL: https://issues.jboss.org/browse/AS7-3119
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.1.0.Beta1b
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Labels: community, jboss7, timerservice
>
> Timer with a short interval might be called before the previous execution is finished.
> This concurrent execution might harm the Bean provider expectations and implementation.
> In previous releases (AS5 EAP5) the execution is dropped in this case.
--
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