You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The carbonreceiver has a memory leak where it will repeatedly open new obsrecv operations but not close them afterwards. Those operations eventually create a burden.
The fix is to make sure the receiver only creates an operation per interaction over TCP.
The text was updated successfully, but these errors were encountered:
**Description:**
The carbonreceiver has a memory leak where it will repeatedly open new
obsrecv operations but not close them afterwards. Those operations
eventually create a burden.
The fix is to make sure the receiver only creates an operation per
interaction over TCP.
**Link to tracking Issue:**
Fixes#24275
**Testing:**
Added a test showing TCP reconnections no longer start additional spans.
See #21484 (comment)_ for original report
The carbonreceiver has a memory leak where it will repeatedly open new obsrecv operations but not close them afterwards. Those operations eventually create a burden.
The fix is to make sure the receiver only creates an operation per interaction over TCP.
The text was updated successfully, but these errors were encountered: