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

KAFKA-18326: fix merge iterator with cache tombstones #18287

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

agavra
Copy link
Contributor

@agavra agavra commented Dec 20, 2024

See https://issues.apache.org/jira/browse/KAFKA-18326 for more information. The main bug here is that in the old implementation, deleted cache entries would be skipped so long as they didn't equal the next store key, which resulted in potentially skipping tombstones for future keys in the store.

@github-actions github-actions bot added triage PRs from the community streams small Small PRs labels Dec 20, 2024
@github-actions github-actions bot removed the triage PRs from the community label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants