-
Bug
-
Resolution: Done
-
Major
-
9.2.2.Final, 9.3.0.Final
-
None
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.