Open progval opened 1 year ago
Probably a duplicate of #14462?
It is impossible to join #libera:libera.chat from matrix.org
Are you able to join this room from another HS?
I just tried on envs.net. First, Element showed a spinner forever, so I reloaded the page. Now I get {"errcode":"M_UNKNOWN","error":"Internal server error"}
.
Getting the same error from my HS, which has no issue federating.
This is also affecting ##tea
Can't join #hardware
#libera
#bash
from neither data.haus nor matrix.org but somehow #ffmpeg
works ok
I'm wondering if this is related to the 502 errors that have been seen around #14103 lately?
just for reference i was able to join the channels. They just appeared in my list after many hours. Very weird. Maybe libera servers are overloading?
Also affects #metabrainz
Probably affects #fedora-cs
too.
I had a look at the logs for matrix.org and libera.chat. Shay made an attempt to join on the 12th and this is what happened:
19:41:36,978
: the /join
request was routed to event_creator_users2
(POST-77368a818d0e645c-SJC
)
19:41:37,126
: the remote join request arrived at the master process (POST-6133673
)
/make_join
completes within 600ms against libera.chat/send_join
request is started19:42:37,730
19:45:41,293
)19:41:40,592
: first sign of something happening with the send_join: Received response to POST http://event-persister-repl:9092/_synapse/replication/fed_send_events/oaOXaVacsy: 200
(PUT-5881
, federation reader 0)
/join
request was made by the person on matrix.org, so what went wrong? ...19:42:37,739
: Connection from client lost before response was sent
20:01:27,582
: Processed request: 1189.458sec/-1129.843sec (17.792sec, 0.652sec) (0.071sec/95.973sec/17) 0B 200!
... [20 dbevts]
(Note: all the retries are a little bit faster (likely caching); but still the fastest was 400 sec — not fast enough to respond in time.)
(Another note: one of the retries says PUT-5944- Ratelimiter(matrix.org): queueing request (queue now 9 items)
— I wonder if we're harming response times because of rate limiting? From the logs it's not clear how long the request is delayed for, though.)
Conclusion though: the Libera server isn't responding in time. With that said: the CPU and DB time graphs for federation reader 0 on Libera look very quiet — struggling to believe this is being overloaded. Similarly, the event persister looks quiet at that point in time — I don't expect that the issue is waiting for the join to be persisted.
summary:
edit: Rich suspects the ratelimiter isn't working correctly.
For xrefs: we suspect https://github.com/matrix-org/synapse/issues/14480 is related, if not the cause
Le'ts re-investigate once libera.chat is on 1.75.0?
Is this related to the failed bridging setup that happens towards various libera-channels? Like in: https://github.com/matrix-org/matrix-appservice-irc/issues/1652
Le'ts re-investigate once libera.chat is on 1.75.0?
This should be done now---need to investigate if these problems are still occurring.
https://app.element.io/?updated=1.11.19#/room/#libera:libera.chat is still unable to join #libera.
Is this related to the failed bridging setup that happens towards various libera-channels? Like in: matrix-org/matrix-appservice-irc#1652
No change for this issue. That issue is still with Scalar it seems.
If people still see this, can you open a new issue and include logs. Thanks!
https://github.com/matrix-org/synapse/issues/15115 is closely related to this. It wasn’t libera timing out tho in that instance
Maybe these issues are related too. https://github.com/vector-im/element-web/issues/24617 -> https://github.com/matrix-org/synapse/issues/15145 https://github.com/matrix-org/synapse/issues/15142
It is impossible to join
#libera:libera.chat
It's possible to join: https://github.com/vector-im/element-web/issues/24482
I've collected the various errors from libera.chat
. Seems it's random.
Description
It is impossible to join
#libera:libera.chat
from matrix.orgPOST
requests tohttps://matrix-client.matrix.org/_matrix/client/r0/join/%23libera%3Alibera.chat
error with Cloudflare's standard 502I don't know how long this has been going on, but people have been complaining about it in
#irc:matrix.org
and#libera-matrix:libera.chat
for about a month.Steps to reproduce
#libera:libera.chat
from matrix.orgHomeserver
matrix.org
Synapse Version
1.73.0rc2 (b=matrix-org-hotfixes,34fa1276a4)
Installation Method
I don't know
Database
postgresql
Workers
I don't know
Platform
n/a
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response