]
Pedro Ruivo updated ISPN-12316:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 12.0.0.Dev04
(was: 12.0.0.Final)
Resolution: Done
Convert expiration to no longer use transactions
------------------------------------------------
Key: ISPN-12316
URL:
https://issues.redhat.com/browse/ISPN-12316
Project: Infinispan
Issue Type: Enhancement
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 12.0.0.Dev04
Currently when an entry is expired we remove it via the transactional mode of the cache,
ie. if transaction we start a new transaction. We should instead always remove these
elements in a non transactional way similar to putForExternalRead. This will make
transaction processing much simpler as there is only one mode instead of 3+.