Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-4842

Reduce the overhead of clustered caches

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 7.0.0.CR1
    • Core
    • None

      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.

              Unassigned Unassigned
              rhn-support-tkimura Takayoshi Kimura
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: