Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drops counted multiple times when consumer is reregistered [JIRA: RIAK-2513] #739

Open
ian-mi opened this issue Apr 18, 2016 · 0 comments
Open

Comments

@ian-mi
Copy link
Contributor

ian-mi commented 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?

@Basho-JIRA 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants