Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Fix BlockManager deadlock #1896

Merged

Conversation

boydjohnson
Copy link
Contributor

The three locks, references_by_block_id lock,, block_by_block_id,
block_store_by_name -- if they ever overlap -- must overlap in that
order, or there can be a deadlock.

Signed-off-by: Boyd Johnson bjohnson@bitwise.io

The three locks, references_by_block_id lock,, block_by_block_id,
block_store_by_name -- if they ever overlap -- must overlap in that
order, or there can be a deadlock.

Signed-off-by: Boyd Johnson <bjohnson@bitwise.io>
@boydjohnson boydjohnson merged commit 999e43f into hyperledger-archives:master Oct 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants