Unverified Commit 7777852a authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[dask] Reuse addresses saved in variable (#4016)

parent 1f73f559
...@@ -417,7 +417,7 @@ def _train( ...@@ -417,7 +417,7 @@ def _train(
_log_info("Finding random open ports for workers") _log_info("Finding random open ports for workers")
worker_address_to_port = _find_ports_for_workers( worker_address_to_port = _find_ports_for_workers(
client=client, client=client,
worker_addresses=worker_map.keys(), worker_addresses=worker_addresses,
local_listen_port=local_listen_port local_listen_port=local_listen_port
) )
machines = ','.join([ machines = ','.join([
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment