Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Outbound federation breaks to a particular server until restart #3842

@erikjohnston

Description

@erikjohnston

No events were sent from jki.re to matrix.org for ~24h. Other requests were successfully sent.

The last log line in the federation transmission loop for matrix.org is:

2018-09-10 10:15:54,901 - synapse.http.outbound - 182 - INFO - federation_transaction_transmission_loop-26525 - {PUT-O-13438} [matrix.org] Sending request: PUT matrix://matrix.org/_matrix/federation/v1/send/1536569581947/

suggesting that the deferred to actually send the transaction got wedged entirely.

Later we have an unhandled error, which may or may not be related.

2018-09-10 10:15:56,438 - twisted - 131 - CRITICAL -  - Unhandled error in Deferred:
2018-09-10 10:15:56,438 - twisted - 131 - CRITICAL -  - 
ResponseNeverReceived: [<twisted.python.failure.Failure twisted.web._newclient.ConnectionAborted: >]

Edit: Version: Synapse/0.33.4 (b=develop,9a5ea511b)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions