Skip to content

Commit 4bfda69

Browse files
github-actions[bot]AndreiEres
authored andcommitted
Add prdoc
1 parent 6df5b37 commit 4bfda69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

prdoc/pr_9868.prdoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: Fix the deadlock during statements gossiping
2+
doc:
3+
- audience: Node Dev
4+
description: |-
5+
During high load the statement store experiences deadlock-like behavior: every second statements were gossiping, locking the index which possibly caused the deadlock. After the fix, the observed behavior no longer occurs.
6+
7+
crates:
8+
- name: sc-statement-store
9+
bump: patch

0 commit comments

Comments
 (0)