We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has been migrated from #13700.
Follow-up to matrix-org/synapse#13621. As discussed at matrix-org/synapse#13589 (comment) and matrix-org/synapse#13589 (comment)
/backfill
_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
We will need to add more record_event_failed_backfill_attempt calls for the failed to fetch scenarios though.
record_event_failed_backfill_attempt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #13700.
Follow-up to matrix-org/synapse#13621. As discussed at matrix-org/synapse#13589 (comment) and matrix-org/synapse#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 matrix-org/synapse#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: