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

blob id reused before replayed logs commited #241

Open
Besroy opened this issue Dec 10, 2024 · 0 comments
Open

blob id reused before replayed logs commited #241

Besroy opened this issue Dec 10, 2024 · 0 comments

Comments

@Besroy
Copy link
Contributor

Besroy commented Dec 10, 2024

When all replicas are restarted simultaneously, the most recently committed LSN and its corresponding blob id may not have been persisted. During the replay of logs, leader will updating blob id in the commit phase. However, if new blob requests arrive before the replayed logs have been fully committed, the latest blob id may not have been updated yet. This can result in the reuse of the original blob id, leading to a conflict in blob ids.

More details in here

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

1 participant