This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Memory leak in /sync
when opentracing is enabled
#13282
Labels
Milestone
The latest version of frozendict, 2.3.2, has a memory leak in
__repr__
which gets triggered during/sync
when opentracing is enabled.To demonstrate:
__repr__
gets hit during/sync
like so (line numbers are wonky for some reason):Once the memory leak in frozendict has been fixed, we need to update our locked dependencies.
This might not be the only memory leak during sync, since memory usage still appears to grow with lots of initial
/sync
requests even with opentracing disabled.The text was updated successfully, but these errors were encountered: