summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-07-25 10:47:57 +0100
committerRichard van der Hoff <richard@matrix.org>2018-07-25 10:53:23 +0100
commit07defd5fe6cc6f645195ddf0d679290bb214ca73 (patch)
treefd2d8d43cf9c87191381c81a89e2738c293edacf /changelog.d
parentMerge pull request #3597 from matrix-org/erikj/did_forget (diff)
downloadsynapse-07defd5fe6cc6f645195ddf0d679290bb214ca73.tar.xz
Fix another logcontext leak in _persist_events
We need to run the errback in the sentinel context to avoid losing our own
context.

Also: add logging to runInteraction to help identify where "Starting db
connection from sentinel context" warnings are coming from
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3606.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3606.misc b/changelog.d/3606.misc
new file mode 100644
index 0000000000..f0137766a0
--- /dev/null
+++ b/changelog.d/3606.misc
@@ -0,0 +1 @@
+Fix some random logcontext leaks.
\ No newline at end of file