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

fix: use single-block transactions to avoid duplicated deletions #786

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

sborrazas
Copy link
Contributor

Reading an already deleted key on a transaction will return the deleted
record anyway, so not chunking multiple blocks into a single transaction
will reduce the chances of it happening.

Reading an already deleted key on a transaction will return the deleted
record anyway, so not chunking multiple blocks into a single transaction
will reduce the chances of it happening.
@sborrazas sborrazas requested review from thepiwo and jyeshe July 13, 2022 10:40
@sborrazas sborrazas self-assigned this Jul 13, 2022
@sborrazas sborrazas merged commit 49cf42f into master Jul 13, 2022
@sborrazas sborrazas deleted the single-block-tx branch July 13, 2022 13:25
jyeshe added a commit that referenced this pull request Jul 15, 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

Successfully merging this pull request may close these issues.

3 participants