You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a consumer is reregistered, all queue entries from the previous ASeq to the MinSeq are counted as dropped. As the ASeq is not modified during the reregistration, however, if no new objects are acked before the consumer is reregistered again these drops will be counted a second time.
Perhaps we should just lie and increment ASeq to MinSeq - 1?
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Drops counted multiple times when consumer is reregistered
Drops counted multiple times when consumer is reregistered [JIRA: RIAK-2513]
Apr 18, 2016
When a consumer is reregistered, all queue entries from the previous ASeq to the MinSeq are counted as dropped. As the ASeq is not modified during the reregistration, however, if no new objects are acked before the consumer is reregistered again these drops will be counted a second time.
Perhaps we should just lie and increment ASeq to MinSeq - 1?
The text was updated successfully, but these errors were encountered: