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

Do not migrate blocks in parallel on SQLite #17416

Merged

Conversation

kjac
Copy link
Contributor

@kjac kjac commented Nov 4, 2024

Prerequisites

  • I have added steps to test this contribution in the description below

If there's an existing issue for this PR then this fixes #17400

Description

SQLite has a tendency to lock files, causing problems for multiple simultaneous writes. In other words, the block content migration should not be performed with parallel execution when migrating an SQLite DB.

Tested on both SQL Server and SQLite.

@kjac kjac merged commit 7542764 into release/15.0 Nov 4, 2024
15 of 16 checks passed
@kjac kjac deleted the v15/fix/do-not-migrate-blocks-in-parallel-on-sqlite branch November 4, 2024 13:29
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.

2 participants