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-07-15 10:34:53 +0100
committerGitHub <noreply@github.com>2020-07-15 10:34:53 +0100
commit1d9dca02f94a121920f37d6956e9db93d36f1821 (patch)
tree771ce39d98038f66733e923f2414f554cc4a9ef1 /changelog.d
parentFix bug in per-room message retention policies. (#7850) (diff)
downloadsynapse-1d9dca02f94a121920f37d6956e9db93d36f1821.tar.xz
remove `retry_on_integrity_error` wrapper for persist_events (#7848)
As far as I can tell from the sentry logs, the only time this has actually done
anything in the last two years is when we had two master workers running at
once, and even then, it made a bit of a mess of it (see
https://github.com/matrix-org/synapse/issues/7845#issuecomment-658238739).

Generally I feel like this code is doing more harm than good.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7848.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7848.misc b/changelog.d/7848.misc
new file mode 100644
index 0000000000..d9db1d8357
--- /dev/null
+++ b/changelog.d/7848.misc
@@ -0,0 +1 @@
+Remove redundant `retry_on_integrity_error` wrapper for event persistence code.