[infinispan-issues] [JBoss JIRA] Created: (ISPN-1311) AsyncGet is not async when there's no CacheLoader, or CacheLoader is skipped

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Thu Aug 4 15:24:44 EDT 2011


AsyncGet is not async when there's no CacheLoader, or CacheLoader is skipped
----------------------------------------------------------------------------

                 Key: ISPN-1311
                 URL: https://issues.jboss.org/browse/ISPN-1311
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 5.0.0.CR8
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 5.0.0.FINAL, 5.1.0.ALPHA1


If there is no cacheLoader configured, or if either SKIP_CACHE_LOAD or SKIP_CACHE_STORE are enabled, the async operation will block the caller until it's performed by using wrapInFuture instead of using the asyncExecutor.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list