-
-
Notifications
You must be signed in to change notification settings - Fork 25
KeyError in build_network_params #24
Comments
Doesn't always happen, so some race condition. |
Even for same experiment, the port keeps changing
|
Maybe related:
|
|
Also see: |
Also get horrible delays like this. |
I'd try boosting worker memory - I was getting a similar
So the worker's original IP address as assigned by dask isn't keeping up with Boosting worker memory seemed to clear up the KeyError, e.g. |
Thanks, although I'm not setting any memory limit so the default is "auto" that is no limit. |
Still hit this.
|
…twork (fixes #3753) (#3766) * starting work * fixed port-binding issue on localhost * minor cleanup * updates * getting closer * definitely working for LocalCluster * it works, it works * docs * add tests * removing testing-only files * linting * Apply suggestions from code review Co-authored-by: Nikita Titov <[email protected]> * remove duplicated code * remove unnecessary listen() Co-authored-by: Nikita Titov <[email protected]>
Closing this issue, since this repo is no longer maintained and the code itself is now part of the lightgbm library (https://github.com/microsoft/LightGBM). In case that this issue is still relevant, recreate please this issue in the LightGBM repository. |
The text was updated successfully, but these errors were encountered: