This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Tried to activate scope outside of logging context
in EndToEndKeyWorkerStore
#12249
Labels
A-Logging
Synapse's logs (structured or otherwise). Not metrics.
P4
(OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
While looking through the most frequent sentry reports, I spotted that we have seen only one scope outside of logging context error in the last 30 days:
https://sentry.matrix.org/sentry/synapse-matrixorg/issues/15805/events/5222619/
Regrettably, synapse logs have already rotated out. But the transaction
invalidate_cache_and_stream
synapse/synapse/storage/databases/main/cache.py
Lines 216 to 236 in c486fa5
is called in two places: one inside
claim_e2e_one_time_keys
synapse/synapse/storage/databases/main/end_to_end_keys.py
Lines 1095 to 1097 in 2cc5ea9
and another inside
set_e2e_fallback_keys
:synapse/synapse/storage/databases/main/end_to_end_keys.py
Lines 573 to 575 in 2cc5ea9
The text was updated successfully, but these errors were encountered: