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

Fix bug where compacted ranges will cause subscribers to have no data to process #117

Closed
2 tasks
thedodd opened this issue Dec 1, 2021 · 0 comments · Fixed by #118
Closed
2 tasks

Fix bug where compacted ranges will cause subscribers to have no data to process #117

thedodd opened this issue Dec 1, 2021 · 0 comments · Fixed by #118
Projects

Comments

@thedodd
Copy link
Collaborator

thedodd commented Dec 1, 2021

When opening a cursor over the data, set the end of the range to the end of the key space, and then just take as much data as needed. This will account for gaps in the log due to compaction.

  • Stream subscribers need updating.
  • Pipeline subscribers probably also need updating.
@thedodd thedodd created this issue from a note in Main (In progress) Dec 1, 2021
Main automation moved this from In progress to Done Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Main
Done
Development

Successfully merging a pull request may close this issue.

1 participant