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

2.x: Fix truncation bugs in replay() and ReplaySubject/Processor #6602

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

akarnokd
Copy link
Member

This PR fixes several truncation bugs with the time and size-bound replay() operators and their hot class versions:

  • Unexpected removal of the last item just added due to becoming out-of-date at the lowest time resolution, creating a hole in the linked chain and hanging the consumer. Related failure.
  • Incorrect size accounting upon removing old entries leading to more items dropped than expected.

Related: #6582

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants