Jason Huynh created GEODE-2279: ---------------------------------- Summary: Events may linger in HARegionQueue Key: GEODE-2279 URL: https://issues.apache.org/jira/browse/GEODE-2279 Project: Geode Issue Type: Bug Components: client queues Reporter: Jason Huynh
In HARegionQueue, removal of ack'd events is only done after dispatching a message. If there are no more events to dispatch to a client, any ack'd messages that were received by the server, after the last dispatch, will linger in the queue. This can lead to confusion with stats. The secondaries themselves would be cleaned up by the QRM thread and does not have this issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)