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

[ADAG] CompiledDAGFuture does not go out of scope cleanly #46766

Closed
ruisearch42 opened this issue Jul 24, 2024 · 0 comments · Fixed by #46845
Closed

[ADAG] CompiledDAGFuture does not go out of scope cleanly #46766

ruisearch42 opened this issue Jul 24, 2024 · 0 comments · Fixed by #46845
Labels
bug Something that is supposed to be working; but isn't compiled-graphs

Comments

@ruisearch42
Copy link
Contributor

What happened + What you expected to happen

When CompiledDAGFuture goes out of scope, we see the following exception:

Exception ignored in: <function CompiledDAGRef.__del__ at 0x7f06efd317e0>
Traceback (most recent call last):
  File "/home/ray/anaconda3/lib/python3.10/site-packages/ray/experimental/compiled_dag_ref.py", line 77, in __del__
    if not self._ray_get_called:
AttributeError: 'CompiledDAGFuture' object has no attribute '_ray_get_called'

This needs to be cleaned up.

Versions / Dependencies

Ray 2.32

Reproduction script

N/A

Issue Severity

Low: It annoys or frustrates me.

@ruisearch42 ruisearch42 added bug Something that is supposed to be working; but isn't compiled-graphs labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't compiled-graphs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant