]
Pedro Ruivo updated ISPN-7528:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
Store CacheTransaction.keyRead(...) in RepeatableReadEntry
----------------------------------------------------------
Key: ISPN-7528
URL:
https://issues.jboss.org/browse/ISPN-7528
Project: Infinispan
Issue Type: Enhancement
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.0.0.Final
Rather than keeping another collection of keys ({{LocalTransaction.readKeys}}), we could
store the information if the key was read in flag for RepeatableReadEntry.
That would require marking the read keys in EntryFactory, though, rather than in
OptimisticLockingInterceptor.