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

Defaultcachemanager.getCache(name) is slow

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Minor
    • None
    • 5.1.5.FINAL
    • None
    • None

    Description

      With the help of JVisualVM I found out, that 63% cpu time of the application was needed in org.infinispan.loaders.file.FileCacheStore.lodaBucket and 25% in org.infinispan.DefaultCacheManager$Cachewrapper.getCache.

      The workaround is to share one instance of the cache for all classes, so a getCache("name) can be avoided.

      Attachments

        Activity

          People

            manik_jira Manik Surtani (Inactive)
            dobermai Dominik Obermaier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: