-
Bug
-
Resolution: Done
-
Major
-
14.0.7.Final
-
None
The Off heap data container when inserting a new value via put causes it to read the previous value which it never returns. We should add a new put method to the PeekableTouchableMap that allows doing a put without returning a value, which can save reading the previous off heap value.