]
Will Burns reassigned ISPN-12316:
---------------------------------
Assignee: Will Burns
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.Final
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+.