[infinispan-issues] [JBoss JIRA] (ISPN-3572) Do not keep all tasks during CacheStore.process

Radim Vansa (JIRA) jira-events at lists.jboss.org
Mon Sep 30 06:53:02 EDT 2013


Radim Vansa created ISPN-3572:
---------------------------------

             Summary: Do not keep all tasks during CacheStore.process
                 Key: ISPN-3572
                 URL: https://issues.jboss.org/browse/ISPN-3572
             Project: Infinispan
          Issue Type: Quality Risk
            Reporter: Radim Vansa
            Assignee: Mircea Markus
            Priority: Minor


When using ExecutorCompletionService in CacheStore.process method, results of all tasks are kept in a queue until all tasks are enqueued or even until vast majority is completed. This limits the CacheStore scalability in terms of memory consumption, while the results for each operation are not requested in the end.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list