Open lea-aglz opened 11 months ago
I think this is a specific instance of https://github.com/matrix-org/synapse/issues/4993.
This message is printed whenever we get an "operational error", in which case we rollback the transaction:
But the transaction will be retried (it lives within a loop that retries up to 5 times). This means that most of the time, these errors about concurrent access correct themsleves.
The specific example you highlight is
The comment and choice of isolation level seems to come from #15826, but it looks like it doesn't anticipate a concurrent update.
Description
The are some Warnings on Synapse 1.89
Steps to reproduce
I have this error on the log.
Homeserver
auto-host
Synapse Version
1.89
Installation Method
pip (from PyPI)
Database
PosgreeSQL 11
Workers
Single process
Platform
CentOS7 VM Python installation
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response