This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Generalize tracking whenever we fail to fetch or process a federated event #13700
Labels
A-Federation
A-Messages-Endpoint
/messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill)
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Milestone
Follow-up to #13621. As discussed at #13589 (comment) and #13589 (comment)
Maybe: Track when we ask/backfill
from a certain event but the/backfill
response doesn't include it_check_sigs_and_hash_and_fetch_one
,Signature on retrieved event was invalid
)/event/{eventId}
/event_auth/{roomId}/{eventId}
/state/{roomId}?event_id=$xxx
/state_ids/{roomId}?event_id=$xxx
/get_missing_events
_check_sigs_and_hash_and_fetch
to trace time spent in child concurrent calls #13588 (comment)We will need to add more
record_event_failed_backfill_attempt
calls for the failed to fetch scenarios though.The text was updated successfully, but these errors were encountered: