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

Memory leak on every cache write.operation

XMLWordPrintable

      Every cache write operation in a steady state (no state transfer) will write a copy of the key to StateConsumerImpl::updatedKey set. This set is intended to be null during steady state, but it is erroneously being created on a CH_UPDATE with a pendingCH of null.

      These keys are not removed during a cache remove operation.

      When enough keys are written to the cache, the container will OOM.

              esalter@synamedia.com Erik Salter (Inactive)
              esalter@synamedia.com Erik Salter (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: