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 memory allocated for Span objects never get GCed
Screenshots
Additional context
Started after upgrading pubsub v1.38.0 to v1.42.0
The issue may be in either of the project, but this memory leak happen immediately for us after upgrading pubsub client to v1.42.0 which starts to support tracing, and perhaps in some logic the spans were not correctly ended
The text was updated successfully, but these errors were encountered:
Client
PubSub
Environment
go version go1.23.1 linux/amd64
Code and Dependencies
go.mod
Expected behavior
Span created is correctly garbage collected
Actual behavior
The memory allocated for Span objects never get GCed
Screenshots
Additional context
Started after upgrading pubsub v1.38.0 to v1.42.0
The issue may be in either of the project, but this memory leak happen immediately for us after upgrading pubsub client to v1.42.0 which starts to support tracing, and perhaps in some logic the spans were not correctly ended
The text was updated successfully, but these errors were encountered: