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

Splintered traces in video-bench with multi-threading #361

Open
shyamjesal opened this issue Jul 28, 2021 · 1 comment
Open

Splintered traces in video-bench with multi-threading #361

shyamjesal opened this issue Jul 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@shyamjesal
Copy link
Collaborator

Describe the bug
Splintered traces in video-bench with multi-threading

Expected behavior
All the spans should have a common trace ID.

Logs
image

Notes
Tried multi-processing too (like this. This fixes the issue in docker compose, but when using knative, the traces get splintered.

@shyamjesal shyamjesal added the bug Something isn't working label Jul 28, 2021
@ustiugov
Copy link
Member

ustiugov commented Aug 3, 2021

Update: the issue seems to root in the fact that we do not pass the context when invoking many functions at once. It is not very clear how to do that in Python.

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

No branches or pull requests

2 participants