Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4222

UtilCache has memory leak if many temporary caches are created

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • framework
    • Bug Crush Event - 21/2/2015

    Description

      Since some time UtilCache has been updated to replace the WeakHashMap by a ConcurrentHashMap:
      private static final ConcurrentHashMap<String, UtilCache<?, ?>> utilCacheTable = new ConcurrentHashMap<String, UtilCache<?, ?>>();

      I think this fix to concurrency issues has introduced a memory leak or at least a much bigger impact on Memory.
      Indeed descendent of AbstractCache (particularly AbstractEntityConditionCache, EntityListCache) tend to create many caches that do not need to always persist in time.

      The old WeakHashMap handled this by enabling them to disappear while today the Hard ref disables this.

      Attachments

        Issue Links

          Activity

            People

              doogie Adam Heath
              p.mouawad@ubik-ingenierie.com Philippe Mouawad
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: