-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Federation silently broken (when using Twisted 18.4) #3176
Comments
a |
/me bashes head into wall This is all because of Twisted 18.4. The fix is (at least for me) to pin to 17.9 |
Oh, looks like this is on me for unpinning Twisted<18.4. |
@turt2live So as I understand it, it runs along happily and then starts failing everytime. Is there any error logging that would cause it to fail midway? |
Feeling is we could afford to check the state before calling abortConnection(), or at least catch it. But I can't see this being enough on it's own, if anything it looks like it's failing after the request has completed and so would be a non-issue (I guess, unless it kept the connection open but then we have other issues). Probably need more logging to be sure. |
Testing on mine. I can still federate absolutely fine but I am getting the errors. I expect they are unrelated and a result of the above issue (because Twisted made the change twisted/twisted@80e3b0b#diff-8e1895bfa6e17652b4d803307484381cR404) |
Still not found any evidence of this breaking federation, but I will write a PR to fix the error spam |
@turt2live are we okay to close this now? |
I'm going to go with yes. Something unexpected and rare seems to have happened around the time of upgrade. If I find more information, I'll open appropriate issues. |
For the record: the |
Oh, hum. #3837 is slightly different (but still basically the same basic problem that if you cancel an outgoing HTTPS transport you get an unhandled error) |
Description
Federation stopped working, but synapse continued to accept messages and claim they were sent.
The most visible error is:
Version information
The text was updated successfully, but these errors were encountered: