0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-06 11:15:34 +02:00
dendrite/roomserver/storage
Neil Alexander eb352a5f6b
Full roomserver input transactional isolation (#2141)
* Add transaction to all database tables in roomserver, rename latest events updater to room updater, use room updater for all RS input

* Better transaction management

* Tweak order

* Handle cases where the room does not exist

* Other fixes

* More tweaks

* Fill some gaps

* Fill in the gaps

* good lord it gets worse

* Don't roll back transactions when events rejected

* Pass through errors properly

* Fix bugs

* Fix incorrect error check

* Don't panic on nil txns

* Tweaks

* Hopefully fix panics for good in SQLite this time

* Fix rollback

* Minor bug fixes with latest event updater

* Some review comments

* Revert "Some review comments"

This reverts commit 0caf8cf53e.

* Fix a couple of bugs

* Clearer commit and rollback results

* Remove unnecessary prepares
2022-02-04 10:39:34 +00:00
..
postgres Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
shared Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
sqlite3 Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
tables Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
interface.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
storage.go Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021) 2021-11-02 16:48:48 +00:00
storage_wasm.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00