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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
AdaptiveSampler.IsSampled() is called by RemotelyControlledSampler.IsSampled(); however, the read lock doesn't prevent AdaptiveSampler from creating more samplers. Either change it to use a write lock or add more granular locking.
The text was updated successfully, but these errors were encountered:
https://github.com/uber/jaeger-client-go/blob/master/sampler.go#L310
AdaptiveSampler.IsSampled() is called by RemotelyControlledSampler.IsSampled(); however, the read lock doesn't prevent AdaptiveSampler from creating more samplers. Either change it to use a write lock or add more granular locking.
The text was updated successfully, but these errors were encountered: