You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manually submit a task that ends up in task group 1 and wait for it to finish
manually submit a task that ends up in task group 2 and wait for it to finish
manually submit another task that ends up in task group 1 and wait for it to finish
Expected behaviour
Either of the following behaviours is sensible:
You end up with two Computation objects, with the activity from (1) and (3) in the first Computation and the activity from (2) in the second Computation
You end up with three Computation objects, with the activity from each task attributed to each Computation (e.g. the initial Computation is not disturbed by task 3)
Actual behaviour
Task 3 creates a third Computation object, and then contributes to the first one.
Use case:
Expected behaviour
Either of the following behaviours is sensible:
Actual behaviour
Task 3 creates a third Computation object, and then contributes to the first one.
Impact
This should impact workflows with manually crafted keys only. dask.array, dask.dataframe etc. should be immune from prefix collisions.
The text was updated successfully, but these errors were encountered: