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 P2P runs ouf of disk #8864

Closed hendrikmakait closed 1 month ago

hendrikmakait commented 2 months ago

When P2P 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.