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

[Segment Replication] Fix replicas to correctly update their processed local checkpoint. #2358

Closed
Tracked by #2194
mch2 opened this issue Mar 4, 2022 · 0 comments
Closed
Tracked by #2194
Assignees

Comments

@mch2
Copy link
Member

mch2 commented Mar 4, 2022

We currently have a bug where replicas are attempting to replicate to checkpoints they are already on. This is because updating the processedLocalCheckpoint on replicas is ignored. We currently attempt to increment the sequence number here.

This bug can be observed by turning on debug logging and observing the checkpoints receive in IndexShard.onNewCheckpoint.

@mch2 mch2 added bug Something isn't working untriaged labels Mar 4, 2022
@mch2 mch2 removed bug Something isn't working untriaged labels Mar 7, 2022
@Poojita-Raj Poojita-Raj self-assigned this Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants