--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To view this discussion on the web visit https://groups.google.com/d/msg/hazelcast/-/b1J0RmRlYjFzVHdK.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
I think this is a genuine bug. It should be possible to check existence of entry before reading it (e.g. containsKey() ). If entity does not exist, there is no need to have entry to point to its non-existence.
Hypothetically even if there is a need for (key, null), behavior should be the same for map with or without loader.
I think this is a genuine bug. It should be possible to check existence of entry before reading it (e.g. containsKey() ). If entity does not exist, there is no need to have entry to point to its non-existence.
Hypothetically even if there is a need for (key, null), behavior should be the same for map with or without loader.
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To view this discussion on the web visit https://groups.google.com/d/msg/hazelcast/-/TUk5WDAyaXprUm9K.
Yes this is a bug, and an issue should be created. Cache with loader shouldn't change the result ofmap.containsKeyt(key1) and map.keySet().