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

Updating an uncommitted block which has been deleted from buffer cache #1497

Merged
merged 8 commits into from
Aug 9, 2024

Conversation

souravgupta-msft
Copy link
Member

If write request comes for a block which has been staged (uncommitted) and deleted from the buffer list, then

  • Stage the existing dirty blocks
  • Commit the staged blocks via PutBlockList
  • Download the given block for which the write request has come

@souravgupta-msft souravgupta-msft changed the title Getting an uncommitted block which has been deleted from buffer cache Updating an uncommitted block which has been deleted from buffer cache Aug 8, 2024
@souravgupta-msft souravgupta-msft merged commit 335db9b into feature/2.3.2 Aug 9, 2024
5 checks passed
@souravgupta-msft souravgupta-msft deleted the sourav/uncommittedBlock branch August 9, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants