[ https://issues.apache.org/jira/browse/GEODE-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815808#comment-15815808 ]
ASF subversion and git services commented on GEODE-2279: -------------------------------------------------------- Commit f03925e213c6efd7fb4f1fdfe58e0e293a8b288d in geode's branch refs/heads/develop from [~huynhja] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=f03925e ] GEODE-2279: Events will no longer linger in durable queue after being ack'd * Durable queues no longer block waiting for a message to dispatch > 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 > Assignee: 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)