[infinispan-issues] [JBoss JIRA] (ISPN-4842) Reduce the overhead of clustered caches
RH Bugzilla Integration (JIRA)
issues at jboss.org
Tue Mar 17 09:48:21 EDT 2015
[ https://issues.jboss.org/browse/ISPN-4842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated ISPN-4842:
------------------------------------------
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1163616 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1163616, https://bugzilla.redhat.com/show_bug.cgi?id=1186874)
> Reduce the overhead of clustered caches
> ---------------------------------------
>
> Key: ISPN-4842
> URL: https://issues.jboss.org/browse/ISPN-4842
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 7.0.0.CR1
> Reporter: Takayoshi Kimura
>
> A user is testing 500 nodes cluster with 500 dist caches defined, and plans to expand it to 3000 caches.
> Infinispan manages consistent hash per cache, uses a JGroups channel per cache and uses several threads per cache. It gives significant overhead with this large size cluster. When tested with this size, Infinispan easily exhausted all threads in the thread pools and deadlocks, and requires several thousands threads to handle massive JOIN requests - the coord receives 499 * 3000 JOIN requests.
> It would be great if we can share the consistent hash and resources between caches. For example, define a "master" dist cache and allow other caches to refer to the master cache for resource sharing.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the infinispan-issues
mailing list