Skip to content
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

internal/globalconfig: fix wrong mutex acquired for SetServiceName #659

Merged
merged 1 commit into from
May 11, 2020

Conversation

vikpattabi
Copy link
Contributor

@vikpattabi vikpattabi commented May 11, 2020

This change fixes the mutex acquisition in SetServiceName.

Closes #658

@gbbr gbbr added this to the 1.24.0 milestone May 11, 2020
@gbbr gbbr added the bug unintended behavior that has to be fixed label May 11, 2020
Copy link
Contributor

@gbbr gbbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this!

@knusbaum knusbaum merged commit 28e8330 into DataDog:v1 May 11, 2020
mingrammer pushed a commit to mingrammer/dd-trace-go that referenced this pull request Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unintended behavior that has to be fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

internal/globalconfig: wrong mutex type acquired for SetServiceName
3 participants