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

Improved handling of Jaeger spans/scopes across threads #3134

Merged
merged 3 commits into from
Jun 22, 2021

Commits on Jun 18, 2021

  1. Improved handling of Jaeger spans/scopes across threads. Fixes proble…

    …ms with MP async calls that resulted in memory leaks of ThreadLocalScope objects due to the failed attempt to close a scope from a different thread. New implementation uses a DataPropagationProvider to close a scope on the primary thread and re-open it on the secondary thread --and eventually close it there as well. Minor change to the DataPropagationProvider spi.
    
    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d181583 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Deprecated rather than remove old clearData() method to ensure backwa…

    …rd compatibility of the SPI.
    
    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ab53c91 View commit details
    Browse the repository at this point in the history
  2. Fixed adding default to deprecated method.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fce09cd View commit details
    Browse the repository at this point in the history