This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Synapse with workers: invalid command USER_SYNC #7257
Comments
have you restarted all your workers? |
Yes - using the following command: |
that's a slightly different question. Have you checked that all of the process have restarted by looking for a "STARTING" line in the logs? |
Yes, I did. And I also checked for any orphaned running synapse processes on that debian system.
As an example - federations_sender.log:
|
Now I'm getting it too :/ |
richvdh
added a commit
that referenced
this issue
Apr 22, 2020
Long story short: if we're handling presence on the current worker, we shouldn't be sending USER_SYNC commands over replication. In an attempt to figure out what is going on here, I ended up refactoring some bits of the presencehandler code, so the first 4 commits here are non-functional refactors to move this code slightly closer to sanity. (There's still plenty to do here :/). Suggest reviewing individual commits. Fixes (I hope) #7257.
hopefully fixed by #7318 |
phil-flex
pushed a commit
to phil-flex/synapse
that referenced
this issue
Jun 16, 2020
Long story short: if we're handling presence on the current worker, we shouldn't be sending USER_SYNC commands over replication. In an attempt to figure out what is going on here, I ended up refactoring some bits of the presencehandler code, so the first 4 commits here are non-functional refactors to move this code slightly closer to sanity. (There's still plenty to do here :/). Suggest reviewing individual commits. Fixes (I hope) matrix-org#7257.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
After updating to the latest dev build each and every worker log as well as the homeserver log is filled with that kind of error.
Am I missing something?
Steps to reproduce
Version information
Version: homeserver.py version 1.12.3 (b=develop,967f99b9f)
Install method: git pull
The text was updated successfully, but these errors were encountered: