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

Don't open the DuckDB file twice #75

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

phillipleblanc
Copy link
Collaborator

This caused a subtle issue that was probably due to a race condition of trying to open the same file twice around the same time. The read pool wasn't properly opening, leading to queries failing.

@phillipleblanc phillipleblanc added the enhancement New feature or request label Aug 27, 2024
@phillipleblanc phillipleblanc self-assigned this Aug 27, 2024
@phillipleblanc phillipleblanc merged commit e75565b into main Aug 27, 2024
3 checks passed
@phillipleblanc phillipleblanc deleted the phillip/240827-fix-duckdb-reads branch August 27, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants