https://github.com/emschwartz/otel-concurrency-bug-repro
https://github.com/emschwartz/otel-concurrency-bug-repro
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emschwartz/otel-concurrency-bug-repro
- Owner: emschwartz
- Created: 2023-05-22T17:08:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T17:19:03.000Z (about 2 years ago)
- Last Synced: 2025-02-16T10:36:23.018Z (4 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This demonstrates a concurrency bug in the `opentelemetry_sdk` crate in version 0.19.0.
To reproduce the bug, you may need to run the main function of this library a few times. However, you should be able to see a run where the expected count value is less than the number of threads spawned that attempt to increment the counter.