diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-12 15:14:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:14:55 +0000 |
commit | 1e67bff8333bd358617eb90fa4155ad90b486f28 (patch) | |
tree | b97ceb6668a0fd662e9e6163b98d5ebe2d1f1787 /changelog.d | |
parent | Improve logging when processing incoming transactions (#9596) (diff) | |
download | synapse-1e67bff8333bd358617eb90fa4155ad90b486f28.tar.xz |
Reject concurrent transactions (#9597)
If more transactions arrive from an origin while we're still processing the first one, reject them. Hopefully a quick fix to https://github.com/matrix-org/synapse/issues/9489
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9597.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9597.bugfix b/changelog.d/9597.bugfix new file mode 100644 index 0000000000..349dc9d664 --- /dev/null +++ b/changelog.d/9597.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.20 which caused incoming federation transactions to stack up, causing slow recovery from outages. |