]
William Burns updated ISPN-7803:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.0.Final
Resolution: Done
Functional commands-based AtomicMap
-----------------------------------
Key: ISPN-7803
URL:
https://issues.jboss.org/browse/ISPN-7803
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Radim Vansa
Assignee: Radim Vansa
Labels: atomic_map
Fix For: 9.1.0.Final
Implement AtomicMap based on the functional commands instead of DeltaAware.
* Fine-grained and coarse-grained locking options should be preserved, though it might be
necessary to introduce further locking to achieve atomicity during command execution.
* Support transactional caches.
* This implementation should replace the original implementation (temporarily allowing to
opt-in for the old variant with a system property).