Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dkjfhsdklfhsdlkjf github/erikj/split_out_fed_stream erikj/split_out_fed_stream | Erik Johnston | 2020-03-25 | 1 | -11/+17 |
| | |||||
* | Pass instance name through to rdata | Erik Johnston | 2020-03-25 | 1 | -4/+6 |
| | |||||
* | Add replication listeners to wall workers | Erik Johnston | 2020-03-25 | 1 | -0/+4 |
| | |||||
* | Change stream_positions to include instance name | Erik Johnston | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | DFSDJFDSLKF | Erik Johnston | 2020-03-24 | 1 | -0/+6 |
| | |||||
* | Shuffle around code typing handlers | Erik Johnston | 2020-03-24 | 1 | -54/+9 |
| | |||||
* | Add redis support | Erik Johnston | 2020-03-24 | 1 | -4/+13 |
| | |||||
* | Move command processing out of transport | Erik Johnston | 2020-03-24 | 1 | -11/+10 |
| | |||||
* | Add CLEAR_USER_SYNCS command that is sent on shutdown. | Erik Johnston | 2020-03-23 | 1 | -3/+14 |
| | | | | | This should help with the case where a synchrotron gets restarted gracefully, rather than rely on 5 minute timeout. | ||||
* | Remove `conn_id` usage for UserSyncCommand. | Erik Johnston | 2020-03-23 | 1 | -1/+2 |
| | | | | | | | | | | Each tcp replication connection is assigned a "conn_id", which is used to give an ID to a remotely connected worker. In a redis world, there will no longer be a one to one mapping between connection and instance, so instead we need to replace such usages with an ID generated by the remote instances and included in the replicaiton commands. This really only effects UserSyncCommand. | ||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2020-03-23 | 1 | -13/+24 |
|\ | | | | | | | erikj/catchup_on_worker | ||||
| * | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 2020-03-23 | 1 | -1/+1 |
| | | | | | | | | | | This just helps keep the rows closer to their streams, so that it's easier to see what the format of each stream is. | ||||
| * | Fix processing of `groups` stream, and use symbolic names for streams (#7117) | Richard van der Hoff | 2020-03-23 | 1 | -12/+23 |
| | | | | | | | | | | | | `groups` != `receipts` Introduced in #6964 | ||||
* | | Move stream fetch DB queries to worker stores. | Erik Johnston | 2020-03-20 | 1 | -0/+3 |
|/ | |||||
* | Comments from review | Erik Johnston | 2020-03-18 | 1 | -0/+3 |
| | |||||
* | Fix worker handling | Erik Johnston | 2020-03-02 | 1 | -2/+3 |
| | |||||
* | Change device list replication to match new semantics. | Erik Johnston | 2020-02-28 | 1 | -1/+1 |
| | | | | | Instead of sending down batches of user ID/host tuples, send down a row per entity (user ID or host). | ||||
* | Don't refuse to start worker if media listener configured. (#7002) | Erik Johnston | 2020-02-27 | 1 | -14/+20 |
| | | | | | | | | Instead lets just warn if the worker has a media listener configured but has the media repository disabled. Previously non media repository workers would just ignore the media listener. | ||||
* | Merge worker apps into one. (#6964) | Erik Johnston | 2020-02-25 | 1 | -0/+917 |