You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to reproduce the issue. The snippet should have no external library dependencies (i.e., use fake or mock data / environments):
If the code snippet cannot be run by itself, the issue will be closed with "needs-repro-script".
I have verified my script runs in a clean environment and reproduces the issue.
I have verified the issue also occurs with the latest wheels.
The text was updated successfully, but these errors were encountered:
Correction: local node provider is not yet officially deprecated. It just hasn't been maintained in a while. Fine to keep this issue open.
For anyone else who stumbles on this thread: For on-premises clusters, it's simpler to start Ray by manually ssh-ing ray start into each of the nodes in the cluster.
Cluster management is not a feature of Ray itself.
To manage infrastructure for Ray, the best options are to use a cluster manager (Kubernetes and KubeRay) or the managed solution (Anyscale).
But yeah, don't use Ray if there's a simpler solution for your application.
What is the problem?
Ray version and other system information (Python version, TensorFlow version, OS):
Some users report trouble due to incomplete docker clean-up with the local node provider.
See discussion here:
https://discuss.ray.io/t/how-do-i-troubleshoot-nodes-that-remaining-uninitialized/2991/5
Might need some LocalNodeProvider-specific termination logic to fix that. Related to #17022.
Reproduction (REQUIRED)
Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to reproduce the issue. The snippet should have no external library dependencies (i.e., use fake or mock data / environments):
If the code snippet cannot be run by itself, the issue will be closed with "needs-repro-script".
The text was updated successfully, but these errors were encountered: