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
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.
The text was updated successfully, but these errors were encountered:
What happened + What you expected to happen
When CompiledDAGFuture goes out of scope, we see the following exception:
This needs to be cleaned up.
Versions / Dependencies
Ray 2.32
Reproduction script
N/A
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: