dask / distributed

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

Inconsistent treatment of non-string worker names #5743

Open crusaderky opened 2 years ago

crusaderky commented 2 years ago

The treatment of numeric worker names is inconsistent:

(note: scatter/replicate to specific workers are pending discussion and redesign within the scope of the Active Memory Manager)

xref:

@mrocklin in #2949 you mentioned support for CLIs. Were you referring to any specific CLI? Is the feature still desirable? CC @gjoseph92

jakirkham commented 2 years ago

FWIW had run into similar issues in PR ( https://github.com/dask/distributed/pull/4296 ). Not that that PR should motivate any changes at this point, but the discussion may be interesting