Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3957

Preload with async cache store is not efficient

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    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.

          [ISPN-3957] Preload with async cache store is not efficient

          gsheldon@redhat.com changed the Status of bug 1075061 from NEW to VERIFIED

          RH Bugzilla Integration added a comment - gsheldon@redhat.com changed the Status of bug 1075061 from NEW to VERIFIED

          Vojtech Juranek <vjuranek@redhat.com> changed the Status of bug 1059489 from ON_QA to VERIFIED

          RH Bugzilla Integration added a comment - Vojtech Juranek <vjuranek@redhat.com> changed the Status of bug 1059489 from ON_QA to VERIFIED

          Tristan Tarrant <ttarrant@redhat.com> changed the Status of bug 1059489 from MODIFIED to ON_QA

          RH Bugzilla Integration added a comment - Tristan Tarrant <ttarrant@redhat.com> changed the Status of bug 1059489 from MODIFIED to ON_QA

          Dan Berindei <dberinde@redhat.com> changed the Status of bug 1059489 from NEW to MODIFIED

          RH Bugzilla Integration added a comment - Dan Berindei <dberinde@redhat.com> changed the Status of bug 1059489 from NEW to MODIFIED

            dberinde@redhat.com Dan Berindei (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Archiver:
            rhn-support-adongare Amol Dongare

              Created:
              Updated:
              Resolved:
              Archived: