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

PatchDB Concurrency #5427

Merged
merged 1 commit into from
Nov 19, 2021
Merged

PatchDB Concurrency #5427

merged 1 commit into from
Nov 19, 2021

Conversation

baconpaul
Copy link
Collaborator

If two writers try to get a write database access one wil lose.
This used to crash and burn everything horribly. Now move
to immediate transactions so we get the error then have the
second one in back off. Still not perfect, but no more crashes.

Closes #4825

If two writers try to get a write database access one wil lose.
This used to crash and burn everything horribly. Now move
to immediate transactions so we get the error then have the
second one in back off. Still not perfect, but no more crashes.
@baconpaul baconpaul merged commit 83d14e8 into surge-synthesizer:main Nov 19, 2021
@baconpaul baconpaul deleted the conc-4825 branch November 19, 2021 02:28
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.

PatchDB concurrency startup problem
1 participant