Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.