dendrite/federationapi/storage
Kegan Dougal 4c84c4eeb4 Fix a race condition which could cause events to not be sent to servers
If a new room event which rewrites state arrives, we remove all joined hosts
then re-calculate them. This wasn't done in a transaction so for a brief period
we would have no joined hosts. During this interim, key change events which arrive
would not be sent to destination servers. This would sporadically fail on sytest.
2022-05-17 10:36:31 +01:00
..
cache Merge federationapi, federationsender, signingkeyserver components (#2055) 2021-11-24 10:45:23 +00:00
postgres ALL THE LOGS 2022-05-16 17:50:13 +01:00
shared Fix a race condition which could cause events to not be sent to servers 2022-05-17 10:36:31 +01:00
sqlite3 Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
tables Merge federationapi, federationsender, signingkeyserver components (#2055) 2021-11-24 10:45:23 +00:00
interface.go Fix a race condition which could cause events to not be sent to servers 2022-05-17 10:36:31 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00