-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[processor/geoip] Data race detected in tests #34882
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I think the issue was when using the empty attribute.Set structure, should be fixed in #34903 |
Removing |
crobert-1
added
bug
Something isn't working
and removed
needs triage
New item requiring triage
labels
Aug 28, 2024
andrzej-stencel
pushed a commit
that referenced
this issue
Sep 5, 2024
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Data race condition when using the internal empty `attribute.Set` concurrently. Code changed to prevent using the internal attribute.Set instance. **Link to tracking Issue:** <Issue number if applicable> #34882 **Testing:** <Describe what testing was performed and which tests were added.> Same tests, race condition failures should be fixed. **Documentation:** <Describe the documentation added.>
I reckon we can close it, fix merged: #34903 (comment) |
f7o
pushed a commit
to f7o/opentelemetry-collector-contrib
that referenced
this issue
Sep 12, 2024
…#34903) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Data race condition when using the internal empty `attribute.Set` concurrently. Code changed to prevent using the internal attribute.Set instance. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#34882 **Testing:** <Describe what testing was performed and which tests were added.> Same tests, race condition failures should be fixed. **Documentation:** <Describe the documentation added.>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
processor/geoip
Describe the issue you're reporting
Failing CI/CD action
Failure output:
The text was updated successfully, but these errors were encountered: