Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Erik Johnston | 2023-12-13 | 1 | -3/+3 |
| | |||||
* | More renaming | Erik Johnston | 2023-12-13 | 1 | -3/+3 |
| | |||||
* | Fix bug where a new writer advances their token too quickly (#16473) | Erik Johnston | 2023-10-23 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | * Fix bug where a new writer advances their token too quickly When starting a new writer (for e.g. persisting events), the `MultiWriterIdGenerator` doesn't have a minimum token for it as there are no rows matching that new writer in the DB. This results in the the first stream ID it acquired being announced as persisted *before* it actually finishes persisting, if another writer gets and persists a subsequent stream ID. This is due to the logic of setting the minimum persisted position to the minimum known position of across all writers, and the new writer starts off not being considered. * Fix sending out POSITIONs when our token advances without update Broke in #14820 * For replication HTTP requests, only wait for minimal position | ||||
* | Fix-up incorrect spellings in docs. (#16282) | Patrick Cloke | 2023-09-08 | 1 | -1/+1 |
| | |||||
* | Add notes describing Synapse's streams (#16015) | David Robertson | 2023-08-07 | 1 | -0/+157 |
| | | | | Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | ||||
* | Fix typo in faster join docs (#15812) | Erik Johnston | 2023-06-21 | 1 | -1/+1 |
| | | | Fixes #15756 | ||||
* | Initial batch of notes on faster joins (#14677) | David Robertson | 2023-01-30 | 1 | -0/+375 |
| | | | | Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by: Shay <hillerys@element.io> | ||||
* | Add documentation for cancellation of request processing (#12761) | Sean Quah | 2022-05-18 | 1 | -0/+392 |
Signed-off-by: Sean Quah <seanq@matrix.org> |