[infinispan-issues] [JBoss JIRA] (ISPN-3957) Preload with async cache store is not efficient

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri Mar 14 05:38:10 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12952947#comment-12952947 ] 

RH Bugzilla Integration commented on ISPN-3957:
-----------------------------------------------

Vojtech Juranek <vjuranek at redhat.com> changed the Status of [bug 1059489|https://bugzilla.redhat.com/show_bug.cgi?id=1059489] from ON_QA to VERIFIED
                
> Preload with async cache store is not efficient
> -----------------------------------------------
>
>                 Key: ISPN-3957
>                 URL: https://issues.jboss.org/browse/ISPN-3957
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Loaders and Stores
>    Affects Versions: 5.2.7.Final
>            Reporter: Mircea Markus
>            Assignee: Dan Berindei
>              Labels: 621
>             Fix For: 5.2.8.Final, 7.0.0.Alpha1, 7.0.0.Final
>
>
> Configuring on a AdvancedCacheLoader preload=true and asyn=true cause it to load each entry in the store in a loop, each entry being loaded through an store read.
> This is caused by the way loadAll is implemented in the AsynLoader: in order to enforce consistency with whatever is in memory it does some special handling. The thing is, though, that we don't need this advanced async loader logic during the initial preload, as the async cache loader is empty. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list