diff --git a/python-package/xgboost/dask.py b/python-package/xgboost/dask.py index 4bdeb49e5..3082b93e8 100644 --- a/python-package/xgboost/dask.py +++ b/python-package/xgboost/dask.py @@ -907,6 +907,7 @@ async def _train_async( evals_per_worker, pure=False, workers=[worker_addr], + allow_other_workers=False ) futures.append(f)