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.
CS-API /messages
requests fail on develop when using postgres due to NumericValueOutOfRange if some events have repeatedly failed to backfill #13929
Closed
Description
https://sentry.tools.element.io/organizations/element/issues/33447/?project=2&query=is%3Aunresolved
Running this query:
synapse/synapse/storage/databases/main/event_federation.py
Lines 753 to 805 in ac1a317
with args
[['!redacted_room_name:example.com', False, 1664362899049, 3600000, 604800000]]
from
synapse/synapse/storage/databases/main/event_federation.py
Lines 815 to 824 in ac1a317
Failed handle request via "RoomMessageListRestServlet": "<XForwardedForRequest at 0x7fba292b3490 method='GET' uri='/_matrix/client/r0/rooms/!redacted_room_id:example.com/messages?from=s3305809885_757284974_68989_1616590947_1642068190_3598845_602714760_5320124732_0&dir=b&limit=50&filter=%7B%22lazy_load_members%22%3Atrue%7D' clientproto='HTTP/1.1' site='11106'>"
Running on 1.68.0 (b=matrix-org-hotfixes,3f30bdca19)
Metadata
Metadata
Assignees
Labels
/messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill)Most users are unlikely to come across this or unexpected workflowMajor functionality / product severely impaired, no satisfactory workaround.Bugs, crashes, hangs, security vulnerabilities, or other reported issues.Something broke which worked on a previous releaseMust be resolved before making a release