Will Burns created ISPN-11387:
---------------------------------
Summary: Preloading store is blocking with tx cache
Key: ISPN-11387
URL:
https://issues.redhat.com/browse/ISPN-11387
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.0.0.Final
Reporter: Will Burns
The preload from a store currently blocks when the cache is transactional when it commits.
We should be invoking `putAsync` where possible and aggregating the values appropriately.
This would most likely require using a limit intermediate method. We also need to figure
out how to handle the transaction commit as this is inherently blocking.
Also to note the `PreloadManager` currently blocks on join for the Stage returned from the
PersistenceManager. But this requires non blocking cache startup/initialization.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)