[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
Mon Jan 9 08:17:09 EST 2012
[ https://issues.jboss.org/browse/AS7-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654580#comment-12654580 ]
Wolf-Dieter Fink commented on AS7-3119:
---------------------------------------
The intetion is to restore the behaviour of the former AS4/5 timer.
Here recurring timer are not executed concurrent, but invoked once if a execution is missed because of crash/shutdown.
This might prevent application migration effort.
Nevertheless a configurable behaviour is still another enhanced solution.
> 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