[infinispan-issues] [JBoss JIRA] (ISPN-9722) Perform all CacheStore operations on a separate thread

William Burns (Jira) issues at jboss.org
Wed Nov 14 09:45:00 EST 2018


William Burns created ISPN-9722:
-----------------------------------

             Summary: Perform all CacheStore operations on a separate thread
                 Key: ISPN-9722
                 URL: https://issues.jboss.org/browse/ISPN-9722
             Project: Infinispan
          Issue Type: Enhancement
          Components: Loaders and Stores
            Reporter: William Burns
            Assignee: William Burns
             Fix For: 10.0.0.Final


Persistence is one of the few remaining systems that are not non blocking. This needs to be remedied. We will eventually need to add an SPI that does this, but for now we need to offload the persistence operations to a different thread pool.

This should only require changes in the PersistenceManager to return non blocking methods (ie. return CompletionStage). We should then update references to use non blocking when possible.



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


More information about the infinispan-issues mailing list