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

2LC memory leak on delete

XMLWordPrintable

      When applications deletes an entity, a PendingPut is added to the pending put map as if we should put-from-load the updated value after the transaction completes. Since the value is null, we do not remove the pending put afterwards, though.

      The record is eventually garbage-collected based on timestamp but until then the garbage collection has performance impact if we delete the same entry many times.

              rvansa1@redhat.com Radim Vansa (Inactive)
              rvansa1@redhat.com Radim Vansa (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: