mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-26 13:50:14 +00:00
Fix persist_events to stop leaking opentracing contexts (#10193)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Improve OpenTracing for event persistence.
|
||||
@@ -111,7 +111,7 @@ class _EventPersistQueueItem:
|
||||
backfilled: bool
|
||||
deferred: ObservableDeferred
|
||||
|
||||
parent_opentracing_span_contexts: List = []
|
||||
parent_opentracing_span_contexts: List = attr.ib(factory=list)
|
||||
"""A list of opentracing spans waiting for this batch"""
|
||||
|
||||
opentracing_span_context: Any = None
|
||||
|
||||
Reference in New Issue
Block a user