Propagate cache invalidates from workers to other workers. (#6748)
Currently if a worker invalidates a cache it will be streamed to master, which then didn't forward those to other workers.
Showing
- changelog.d/6748.misc 1 addition, 0 deletionschangelog.d/6748.misc
- synapse/replication/tcp/protocol.py 1 addition, 1 deletionsynapse/replication/tcp/protocol.py
- synapse/replication/tcp/resource.py 6 additions, 3 deletionssynapse/replication/tcp/resource.py
- synapse/storage/data_stores/main/cache.py 21 additions, 1 deletionsynapse/storage/data_stores/main/cache.py
Loading
Please register or sign in to comment