[ https://issues.apache.org/jira/browse/GEODE-8808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Donal Evans resolved GEODE-8808. -------------------------------- Resolution: Not A Problem The cause of this behaviour was that, due to conserve-sockets=false, it was possible for a consecutive create and destroy to arrive on and be processed by the server running the CQ out of order (destroy first, then create). This caused a ConcurrentCacheModificationException to be thrown when trying to apply the create which resulted in the event not being applied and listeners not being invoked. This behaviour is as expected and no fix is needed. > CQListener onEvent() not invoked when conserve-sockets = false > -------------------------------------------------------------- > > Key: GEODE-8808 > URL: https://issues.apache.org/jira/browse/GEODE-8808 > Project: Geode > Issue Type: Bug > Components: cq > Reporter: Nabarun Nag > Assignee: Donal Evans > Priority: Major > Labels: blocks-1.14.0 > > When {{conserve-sockets}} is false, the CQListener {{onEvent()}} is not > invoked for some reason. -- This message was sent by Atlassian Jira (v8.3.4#803005)