[infinispan-issues] [JBoss JIRA] (ISPN-9744) Cache creation should be non blocking

William Burns (Jira) issues at jboss.org
Mon Nov 19 12:09:00 EST 2018


William Burns created ISPN-9744:
-----------------------------------

             Summary: Cache creation should be non blocking
                 Key: ISPN-9744
                 URL: https://issues.jboss.org/browse/ISPN-9744
             Project: Infinispan
          Issue Type: Enhancement
          Components: Core
            Reporter: William Burns
            Assignee: William Burns


Internally cache creation stores entries in a CompletableFuture. We however don't return a CompletionStage to the invoker of getCache. We should do this and utilize the same approach to async calls that {code}DefaultCacheManager#startCaches{code} does by starting a thread per cache.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list