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

Adding locks where context is accessed #528

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2020

  1. Adding locks where context is accessed

    This commit addresses data race issues where span.context is accessed without locks in methods which can be called concurrently with method setBaggageItem which modifies context
    
    Per issue jaegertracing#526
    
    Signed-off-by: Keerthana Selvakumar <keerukeerthana8@gmail.com>
    keer25 authored and kselvaku committed Aug 26, 2020
    Copy the full SHA
    f2804f4 View commit details
    Browse the repository at this point in the history