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

Memory leak on every cache write.operation

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

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)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: