[infinispan-issues] [JBoss JIRA] (ISPN-11387) Preloading store is blocking with tx cache

Will Burns (Jira) issues at jboss.org
Wed Feb 26 15:07:00 EST 2020


    [ https://issues.redhat.com/browse/ISPN-11387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983384#comment-13983384 ] 

Will Burns commented on ISPN-11387:
-----------------------------------

Please see https://github.com/infinispan/infinispan/pull/7960 for more info as well.

> 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
>            Priority: Major
>
> 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