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
With a single node dask-cuda cluster configured to use UCX (nvlink enabled, IB disabled), when a Dask DAG fails (likely due to OOM), the error message I receive is:
sys:1: RuntimeWarning: coroutine 'BlockingMode._arm_worker' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Task was destroyed but it is pending!
task: <Task cancelling name='Task-412494' coro=<BlockingMode._arm_worker() running at /home/rgelhausen/conda/envs/dsql-1-20/lib/python3.8/site-packages/ucp/continuous_ucx_progress.py:88>>
With a single node dask-cuda cluster configured to use UCX (nvlink enabled, IB disabled), when a Dask DAG fails (likely due to OOM), the error message I receive is:
Env details:
The text was updated successfully, but these errors were encountered: