dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.58k stars 719 forks source link

Improve error message when spilling runs out of disk #8863

Open hendrikmakait opened 2 months ago

hendrikmakait commented 2 months ago

When spilling runs out of disk, it raises the rather opaque OSError(28, 'No space left on device'). We should improve this error message to help the user understand what's happening and how they can resolve this situation.