-
Notifications
You must be signed in to change notification settings - Fork 1
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
Phobos 1.4.x - OpenTracing: Tracing breaks when using Ask().PipeTo() #44
Comments
Thanks @garethjames-imburse - we will investigate. Thanks for providing a clear reproduction for us. |
@garethjames-imburse We've fixed this issue, however, to fully fix it, we will need to do an Akka.NET release first. |
Thanks @Arkatufus - I'll keep an eye out for the new versions. |
The new version of Phobos with the fix is up, there is a small caveat that you need to call the new |
Documentation on how to do what @Arkatufus said is available here: |
Thanks @Aaronontheweb and @Arkatufus - much appreciated. |
We've discovered an issue in Phobos (1.4.0 and 1.4.1) that can be seen in Jaeger when using the Ask().PipeTo() method:
We see a span for the actor that's asking, and the next span comes with a warning: "invalid parent span IDs=effe6a359f66ddc6; skipping clock skew adjustment".
However, if we modify the code to use async/await instead, it works fine:
The text was updated successfully, but these errors were encountered: