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
createRoom succeeded, but returned 500, due to replication lag #8625
Labels
A-Create-Room
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Comments
The reason for the outage on 2020-10-21, incidentally, was #8613. |
similar failure mode at
That one appears to have been due to database contention due to a big device list update: |
one of the reasons this is so disastrous is that clients currently do things like set the |
anoadragon453
added
z-bug
(Deprecated Label)
p1
A-Performance
Performance, both client-facing and admin-facing
z-p2
(Deprecated Label)
and removed
p1
labels
Oct 22, 2020
giving this is screwing FTUE as per element-hq/element-web#15512, i'm marking it p1 |
anoadragon453
removed
the
A-Performance
Performance, both client-facing and admin-facing
label
Oct 29, 2020
considering this part of the FTUE work, so removing it from Backend team board |
MadLittleMods
added
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
P1
and removed
P1
labels
Nov 10, 2021
richvdh
added
A-Create-Room
S-Minor
Blocks non-critical functionality, workarounds exist.
and removed
z-bug
(Deprecated Label)
z-p1
labels
Aug 1, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-Create-Room
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
element-hq/element-web#15512 (comment) reports a
createRoom
request returning a 500.The server-side logs say:
It seems that matrix.org was still catching up after an earlier outage at this time:
I'm not sure exactly what can be done about it, but it's certainly unsatisfactory that the room creation completes and then we return a 500 anyway.
The text was updated successfully, but these errors were encountered: