[
https://issues.jboss.org/browse/WFLY-11897?page=com.atlassian.jira.plugin...
]
Dennis Reed commented on WFLY-11897:
------------------------------------
One simple fix: add a retry in
org.wildfly.clustering.ejb.infinispan.BeanExpirationScheduler$ExpirationTask#run instead
of just logging the error.
But I suspect that could cause other issues with constant retries if there was a different
problem that wasn't just from bad timing.
SFSB expiration can fail
------------------------
Key: WFLY-11897
URL:
https://issues.jboss.org/browse/WFLY-11897
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 11.0.0.Final
Reporter: Dennis Reed
Assignee: Flavia Rainone
Priority: Major
Attachments: WFLY-11897.btm, test.ear
There is a timing bug where SFSB expiration can run while the SFSB is still locked,
causing the expiration to fail and never retry, leaving the SFSB active indefinitely.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)