[infinispan-issues] [JBoss JIRA] (ISPN-3572) Do not keep all tasks during CacheStore.process
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Oct 16 03:45:01 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-3572:
--------------------------------
Fix Version/s: 6.0.0.CR2
6.0.0.Final
> 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
> Components: Loaders and Stores
> Affects Versions: 6.0.0.Beta2
> Reporter: Radim Vansa
> Assignee: Radim Vansa
> Priority: Minor
> Fix For: 6.0.0.CR2, 6.0.0.Final
>
>
> 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