Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.0, 1.14.0
Description
In backwards compatibility testing, an error was seen wherein a putIfAbsent with a null value was being processed by a server but interrupted by a GII with the same key. The operation was subsequently enqueued in the client's HA Region Queue as an update with a null value rather than a create with a null value – a path that's not supported – resulting in erroneous data sometimes being written to the client cache.