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

Computations double-count tasks in the same TaskGroup #7789

Closed
crusaderky opened this issue Apr 18, 2023 · 1 comment
Closed

Computations double-count tasks in the same TaskGroup #7789

crusaderky opened this issue Apr 18, 2023 · 1 comment

Comments

@crusaderky
Copy link
Collaborator

crusaderky commented Apr 18, 2023

Use case

  • A user submits a computation, wait for it to complete, and then releases the futures
  • The user then submits another computation that shares the same task groups - the easiest way is to resubmit the same computation.

Expected behaviour

You end up with two Computation objects, each exclusively containing information about each compute() call

Actual behaviour

You end up with two Computation objects, both containing the same data

Reproducer

WIP

@crusaderky crusaderky changed the title Computations double-counts tasks in the same TaskGroup Computations double-count tasks in the same TaskGroup Apr 18, 2023
@crusaderky
Copy link
Collaborator Author

Nevermind, can't reproduce

@crusaderky crusaderky closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant