]
James Perkins updated WFLY-12321:
---------------------------------
Fix Version/s: 18.0.0.Final
(was: 18.0.0.Beta1)
Use a single non-cancelling task per bean manager for tracking
passivation expiration
-------------------------------------------------------------------------------------
Key: WFLY-12321
URL:
https://issues.jboss.org/browse/WFLY-12321
Project: WildFly
Issue Type: Enhancement
Components: Clustering, EJB
Reporter: Flavia Rainone
Assignee: Flavia Rainone
Priority: Major
Fix For: 18.0.0.Final
InfinispanBeanManager creates and cancels tasks for expiring bean passivation per bean.
Replace that by a single task per all beans that is never canceled, but instead
reschedules itself to the next bean to be expired when it runs.