Erik Johnston

Results 144 comments of Erik Johnston

https://github.com/erikjohnston/synapse-find-unreferenced-state-groups is an old tool I wrote for finding unreferenced state groups, though you have to be very careful if running against a live synapse

I believe it should be safe if Synapse is not running.

> > Can you update the `docs/workers.md` documentation please? > > This PR already updates that w/ the new endpoint. Is there an additional change you'd like to see? I...

> One particular challenge here is being able to figure out which rooms have completed their state resyncs since a given `/sync` token. I guess the simplest thing is to...

> I guess the simplest thing is to add a table that stores the stream ordering of when a room completed joining? Then the sync code can check that table...

Can we do a out-of-band leave like we do for rejecting invites? I think that would end up doing roughly the right thing? I'm kinda assuming this situation would be...

We'd also need to be careful about appservice users, which can be created on the fly

We don't have any official k8s/helm packages, though I know people do run Synapse happily in k8s. In general we try and limit the number of packages we maintain officially,...

I get this quite regularly. Is there anything I can do when it happens to help track it down? (I'm using nightly)

Looks like it ran out of memory and got killed. Currently the way to get round that is by using a combination of `-b` and `-s` options to run against...