Skip to content

Race conditions in the telemetry package #8156

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

Open
matiasinsaurralde opened this issue Jun 4, 2025 · 1 comment · May be fixed by #8157
Open

Race conditions in the telemetry package #8156

matiasinsaurralde opened this issue Jun 4, 2025 · 1 comment · May be fixed by #8157
Assignees
Labels
bug Something isn't working

Comments

@matiasinsaurralde
Copy link

Bug description

When testing a fresh build of latest main and browsing the different sections of the frontend, etc., a few race conditions are reported by the race detector from time to time.

This seems to be related to the telemetry package and a few methods that reference the activeUser object and others.

Expected behavior

Should be good to keep it consistent to avoid future errors or bugs.

How to reproduce

  1. Build and run a fresh install of signoz
  2. Signup and start browsing the dashboard (e.g. go from Home to Metrics, then Metrics to Services, etc. a few times).
  3. The races will show up from time to time.

Version information

  • Signoz version: latest main
  • Browser version: Chrome
  • Your OS and version: Macbook
  • Your CPU Architecture(ARM/Intel): ARM

Additional context

Race detector output attached.

race1.txt

Thank you for your bug report – we love squashing them!

Copy link

welcome bot commented Jun 4, 2025

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

@grandwizard28 grandwizard28 self-assigned this Jun 4, 2025
@grandwizard28 grandwizard28 added the bug Something isn't working label Jun 4, 2025
@matiasinsaurralde matiasinsaurralde linked a pull request Jun 4, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants