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

Memory Leak in the Rest server

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.2.0.Beta1
    • 9.2.0.Alpha2
    • Server
    • None

    Description

      The Netty rest server upon each connection will install the Http20RequestHandler that in turn creates a new instance of CacheOperations and RestCacheManager objects.

      The RestCacheManager on every connection, among other things, will create hashmaps to keep cache instances, and will try to register every time a new RestSourceMigrator which gets accumulated in the RollingUpgradeManager.

      Those objects should be shared across all channels so that they can efficiently cache resources and avoid creating lots of garbage.

      Attachments

        Issue Links

          Activity

            People

              gfernand@redhat.com Gustavo Fernandes (Inactive)
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: