Will Burns created ISPN-12316:
---------------------------------
Summary: 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
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+.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)