-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dask XGBoost hangs during training with multiple GPU workers #6649
Comments
Could you please try 1.3.3? |
@trivialfis Thanks for the quick response! I'm trying to build 1.3.3., but keep hitting this error:
|
Try running |
Thanks @hcho3 ! I was able to build 1.3.3, but still seeing the issue where the workers are hanging on Rabit initialization:
|
I was looking for a workaround and saw that the tests for the Dask API always contain these lines:
(from https://github.com/dmlc/xgboost/blob/master/tests/distributed/distributed_gpu.py) |
Opened an issue in dask/distributed#4485 |
Hi, I am using XGBoost (v.1.1.1) with Dask (v. 2020.12.0). I have a Dask cluster that connects to remote GPU workers using k8s (v.1.14). I've noticed that if I train on multiple GPU workers, the dispatch-training tasks will hang on Rabit initialization. For example, this is what the call stack looks like in one of the workers:
Here is a reproducible example:
I've noticed this happening with multiple CPU workers as well, but it occurs less frequently. It seems like the issue could be related to #6604 and #6469, although I tried the patch provided in #6469, and the workers were still hanging during training. Any ideas on how to resolve this?
The text was updated successfully, but these errors were encountered: