]
Pedro Ruivo updated ISPN-8489:
------------------------------
Status: Open (was: New)
Add compare-and-swap operation to StrongCounter
-----------------------------------------------
Key: ISPN-8489
URL:
https://issues.jboss.org/browse/ISPN-8489
Project: Infinispan
Issue Type: Feature Request
Components: Clustered Counter
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 9.2.0.Beta1
A compare-and-swap is preferred over the compare-and-set since it can save a RPC to
re-fetch the counter's value. This is important for server-mode as well.