[infinispan-issues] [JBoss JIRA] (ISPN-11387) Preloading store is blocking with tx cache
Will Burns (Jira)
issues at jboss.org
Wed Feb 26 14:59:32 EST 2020
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)
More information about the infinispan-issues
mailing list