Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0, 1.16.0
Description
During retry of putIfAbsent, there is a possibility that value has been created by the initial operation. Geode treats this as a successful operation, so that client initiated the operation will also create the entry in its local cache. However, putIfAbsent of null is a special case, as an Invalid Token is created instead of null value being put into the region entry. Need to handle this special case for above value comparison.