Open jacobtomlinson opened 3 years ago
Thanks @jacobtomlinson -- this would be a good first issue if someone want to pick it up. Might not be more than changing the port number here: https://github.com/dask/distributed/blob/da3d2a4e0145286620c7e3dad901351164ab3702/distributed/deploy/local.py#L104
Is this issue still not resolved? May I work in it?
What happened:
When creating a
LocalCluster
object the comm is started on a random high port, even if there are no other clusters running.What you expected to happen:
Should use port
8786
.Minimal Complete Verifiable Example:
The
dask-scheduler
command works as expeted.But
LocalCluster
does not.Anything else we need to know?: