Eric Shu created GEODE-10130:
--------------------------------
Summary: cq destroy event in replicate region can be missing
Key: GEODE-10130
URL: https://issues.apache.org/jira/browse/GEODE-10130
Project: Geode
Issue Type: Bug
Components: cq
Affects Versions: 1.13.0, 1.12.0, 1.14.4, 1.15.0
Reporter: Eric Shu
In geode, cq event for replicated region are cached so that when destroy event
comes in, we can just use cached value to determine if a client need the cq
event (instead of evaluate the query again for performance).
However, there is a synchronization issue in
ServerCQResultsCacheReplicateRegionImpl that could cause geode failed to find
the cached event.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)