-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Link TaskGroups to Spans #7869
Link TaskGroups to Spans #7869
Conversation
crusaderky
commented
May 30, 2023
•
edited
Loading
edited
- Partial implementation of User-defined spans #7860
52d59a0
to
6a54542
Compare
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 20 files ± 0 20 suites ±0 12h 4m 7s ⏱️ + 46m 44s For more details on these failures, see this check. Results for commit 6a54542. ± Comparison against base commit 3286d2f. |
0b3a119
to
ec53bea
Compare
ec53bea
to
55971d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @crusaderky!
@@ -1063,6 +1063,12 @@ class TaskGroup: | |||
#: Cumulative duration of all completed actions, by action | |||
all_durations: defaultdict[str, float] | |||
|
|||
#: Span ID (see distributed.spans). | |||
#: It is possible to end up in situation where different tasks of the same TaskGroup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conceptually, I feel like this shouldn't occur. I hope that we can avoid this scenario (or task groups altogether) with dask-expr
in the future.
Co-authored-by: Hendrik Makait <hendrik@makait.com>
Co-authored-by: Hendrik Makait <hendrik@makait.com>