MatrixSynapse/synapse
Erik Johnston 618d405a32
Remove racey assertion in MultiWriterIDGenerator (#8530)
We asserted that the IDs returned by postgres sequence was greater than
any we had seen, however this is technically racey as we may update the
current positions out of order.

We now assert that the sequences are correct on startup, so the
assertion is no longer really required, so we remove them.
2020-10-14 15:40:06 +01:00
..
_scripts
api
app Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
appservice
config
crypto
events Make sure a retention policy is a state event (#8527) 2020-10-14 12:00:52 +01:00
federation Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
groups
handlers Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
http
logging
metrics
module_api
push Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
replication
res/templates
rest Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) 2020-10-14 11:24:58 +01:00
server_notices
spam_checker_api
state
static
storage Remove racey assertion in MultiWriterIDGenerator (#8530) 2020-10-14 15:40:06 +01:00
streams
util
__init__.py
event_auth.py
notifier.py Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
python_dependencies.py
secrets.py
server.py
types.py
visibility.py