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

SegRep with Remote: Fail fast on segment mismatch between replica and remote store. #7803

Closed
ankitkala opened this issue May 29, 2023 · 2 comments
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request

Comments

@ankitkala
Copy link
Member

Current implementation of copying segment from remote store ignores the checksum mismatch for segments between replica and remote store. In case the checksum is different, we simply re-download the file.
Keeping parity with existing segment replication behaviour, we need to exit exceptionally if there segments mismatch.

@mch2
Copy link
Member

mch2 commented Jun 22, 2023

If #7802 is done this is not needed as a separate fix.

@anasalkouz
Copy link
Member

Duplicate of #7802

@anasalkouz anasalkouz marked this as a duplicate of #7802 Jun 29, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Segment Replication Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request
Projects
None yet
Development

No branches or pull requests

4 participants