]
Radim Vansa commented on ISPN-3572:
-----------------------------------
Pull request here (cannot add it via workflow):
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
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: