]
Dan Berindei updated ISPN-10318:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Will Burns
Resolution: Done
ExpirationManagerImpl Iteration removes from store synchronously
----------------------------------------------------------------
Key: ISPN-10318
URL:
https://issues.jboss.org/browse/ISPN-10318
Project: Infinispan
Issue Type: Sub-task
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Beta4
ExpirationManagerImpl#entryExpiredInMemoryFromIteration synchronously removes from the
data container. We need to make sure this doesn't occur on the CPU thread. Other
methods may also be affected, but this one is for sure an issue.