From 53834bb9c4189fd0eeffd5981ca9829f6c399b29 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:05:31 +0100 Subject: 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. --- changelog.d/8081.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8081.bugfix (limited to 'changelog.d/8081.bugfix') 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. -- cgit 1.5.1