Skip to content

Commit

Permalink
Instrument ReadWriteBackingMap.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamanho authored Sep 24, 2024
1 parent 7a457ae commit 0fdfcd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5880,7 +5880,7 @@ protected void replace(Entry entry)
// Note: Persistence decoration should not result in sending map
// listener events.
// See PartitionedCache.ResourceCoordinator.processEvent
log("**MG** Remove deco_store");
log("**MG** Remove deco_store from:\n" + Base.getStackTrace());
binValue = ExternalizableHelper.undecorate(
binValue, BackingMapManagerContext.DECO_STORE);

Expand Down

0 comments on commit 0fdfcd7

Please sign in to comment.