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 SQLite connection deadlock #807

Closed
jpraynaud opened this issue Mar 15, 2023 · 0 comments
Closed

Fix SQLite connection deadlock #807

jpraynaud opened this issue Mar 15, 2023 · 0 comments
Assignees
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium

Comments

@jpraynaud
Copy link
Member

Issue

We have noticed some deadlocks occurring on the SQLite stores in the test lab see. The problem is due to the fact that we don't use a unique connection behind a Mutex. This problem exists on the signer and aggregator.

Parent issue

#779

@jpraynaud jpraynaud added bug ⚠️ Something isn't working D-medium Difficulty: medium labels Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium
Projects
None yet
Development

No branches or pull requests

2 participants