summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-04-08 18:05:35 +0100
committerErik Johnston <erik@matrix.org>2021-04-08 18:05:35 +0100
commitbe0e722fe1296aadac4771e75c73fd96ae350689 (patch)
treeea8f46bd7f51600e8193b92b7aa2e0629be2dc93 /changelog.d
parentPut opencontainers labels to the final image (#9765) (diff)
parentFix sharded federation sender sometimes using 100% CPU. (diff)
downloadsynapse-be0e722fe1296aadac4771e75c73fd96ae350689.tar.xz
Merge branch 'erikj/fix_stalled_catchup' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9770.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9770.bugfix b/changelog.d/9770.bugfix
new file mode 100644
index 0000000000..baf93138de
--- /dev/null
+++ b/changelog.d/9770.bugfix
@@ -0,0 +1 @@
+Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU.