[infinispan-issues] [JBoss JIRA] (ISPN-10378) Preload write is performed on persistence thread

Will Burns (Jira) issues at jboss.org
Tue Jul 2 13:25:00 EDT 2019


Will Burns created ISPN-10378:
---------------------------------

             Summary: Preload write is performed on persistence thread
                 Key: ISPN-10378
                 URL: https://issues.jboss.org/browse/ISPN-10378
             Project: Infinispan
          Issue Type: Bug
          Components: Loaders and Stores
            Reporter: Will Burns
            Assignee: Will Burns


With ISPN-9722 preload was made non blocking. However the writes of the entries to memory are performed on the persistence thread pool, which is incorrect. We should instead do this on async (CPU) thread pool.

This can cause issues with preload with passivation enabled as seen by this stack trace https://paste.fedoraproject.org/paste/Dn~uOsVL1EI7Iq5EK1kIzA



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


More information about the infinispan-issues mailing list