We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317f15 commit 7311697Copy full SHA for 7311697
1 file changed
prdoc/pr_5332.prdoc
@@ -0,0 +1,11 @@
1
+title: fix availability-distribution Jaeger spans memory leak
2
+
3
+doc:
4
+ - audience: Node Dev
5
+ description: |
6
+ Fixes a memory leak which caused the Jaeger span storage in availability-distribution to never be pruned and therefore increasing indefinitely.
7
+ This was caused by improper handling of finalized heads. More info in https://github.com/paritytech/polkadot-sdk/issues/5258
8
9
+crates:
10
+ - name: polkadot-availability-distribution
11
+ bump: patch
0 commit comments