Closed rongou closed 2 years ago
@hcho3 @trivialfis
I think XGBoost is no longer using the tracker in dmlc-core.
It's still used in the distributed tests: https://github.com/dmlc/xgboost/blob/master/tests/distributed/runtests.sh#L7
We can copy the submit script into XGBoost as well, otherwise, there are two trackers in use. The fix looks good to me, @hcho3 can help merge it
Python 3.9 removed the deprecated method
Thread.isAlive
and replace it withThread.is_alive
.See https://bugs.python.org/issue37804