[jboss-jira] [JBoss JIRA] (WFLY-12939) Local scheduler should trigger expiration *after* distributed web session/SFSB has expired.
Paul Ferraro (Jira)
issues at jboss.org
Tue Jan 7 15:18:10 EST 2020
Paul Ferraro created WFLY-12939:
-----------------------------------
Summary: Local scheduler should trigger expiration *after* distributed web session/SFSB has expired.
Key: WFLY-12939
URL: https://issues.redhat.com/browse/WFLY-12939
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 18.0.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
The expiration scheduler schedules a task to expire a web sesssion/SFSB using the last modified time + the max inactive interval (or @StatefulTimeout). However, technically, the session/bean is not expired until after this time. This off-by-one bug can cause the expiration task to determine that the session is not yet expired and thus can result in delayed expiration of a session.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list