summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-08-13 17:05:31 +0100
committerGitHub <noreply@github.com>2020-08-13 17:05:31 +0100
commit53834bb9c4189fd0eeffd5981ca9829f6c399b29 (patch)
treed737d988005bd9a6b51790e521113b84eb581253 /changelog.d
parentDrop federation transmission queues during a significant remote outage. (#7864) (diff)
downloadsynapse-53834bb9c4189fd0eeffd5981ca9829f6c399b29.tar.xz
Run `remove_push_actions_from_staging` in foreground (#8081)
If we got an error persisting an event, we would try to remove the push actions
asynchronously, which would lead to a 'Re-starting finished log context'
warning.

I don't think there's any need for this to be asynchronous.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8081.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8081.bugfix b/changelog.d/8081.bugfix
new file mode 100644
index 0000000000..9ebcbf5b84
--- /dev/null
+++ b/changelog.d/8081.bugfix
@@ -0,0 +1 @@
+Fix `Re-starting finished log context PUT-nnnn` warning when event persistence failed.