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 panic when calling delete_table() for a table that is open #716

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

cberner
Copy link
Owner

@cberner cberner commented Nov 7, 2023

Fixes #715

@cberner cberner merged commit 25d0b89 into master Nov 7, 2023
3 checks passed
@cberner cberner deleted the delete branch November 7, 2023 15:29
github-merge-queue bot pushed a commit to n0-computer/iroh that referenced this pull request Nov 7, 2023
## Description

The migration as commited with #1770 panics when starting iroh with an
existing data dir. The reason is that redb panics when deleting table in
a transaction where they were opened as well. See:
cberner/redb#715

This fixes this by moving the table deletion to a separate transaction.

The limitation and potential panic in redb was fixed in
cberner/redb#716 so once we upgrade to the next
(still unreleased) version of redb, this can be removed again.

## Change checklist

- [x] Self-review.
- [x] Documentation updates if relevant.
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.

Panic when deleting a table that was opened
1 participant