]
Dan Berindei updated ISPN-10022:
--------------------------------
Status: Open (was: New)
Tx compute command updates are not written to stores
----------------------------------------------------
Key: ISPN-10022
URL:
https://issues.jboss.org/browse/ISPN-10022
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.8.Final, 10.0.0.Beta2
Reporter: Dan Berindei
Priority: Major
Fix For: 10.0.0.Beta3, 9.4.9.Final
{{TxBatchUpdater}} collects the modifications from all the commands in a transaction in
order to write them to the stores. However, it doesn't implement the {{visitCompute*}}
commands, so it doesn't collect any modifications from {{compute()}},
{{computeIfAbsent()}}, and {{computeIfPresent()}}.