]
Dan Berindei commented on ISPN-11963:
-------------------------------------
DistributedCacheWriterInterceptor does the same thing for functional write-many commands.
Scattered cache putMap should use batch method instead of per key
-----------------------------------------------------------------
Key: ISPN-11963
URL:
https://issues.redhat.com/browse/ISPN-11963
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.1.8.Final
Reporter: Will Burns
Priority: Major
The scattered cache ScatteredCacheWriterInterceptor invokes the PersistenceManager
writeToAllNonTxStores for each key. We should instead use the batch operations, which
should be more efficient and properly support updating the write count.