* modify updater to make it work with uber peloton node provider
* working solution for using NodeID as unique ID in peloton node provideer but need run ray.init
* working solution of using resource cmd to pass in node_id
* cleanup
* cleanup 2
* removed updater.py change to make sure of the disable_node_updaters flag
* add newliine to end of updater.py to undo all the change
* undo change in autoscaler.py
* use use_node_id_as_ip as field name in monitor
* lint
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* fix-for-monitor-without-autoscaler
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
* [Core]Cach named actor in local in case of getting them from GCS frequently
* lint
* fix nullptr
* typo
* add namespace to cache
* lint
* lock, reference and others
* lint
* fix comments and add test
* lint
* lint
* optimize test
* add necessary fields in pub for caching
* add removing test
* fix test
* 1. Added a label to the stack trace. 2. Remove ray code from user stacktrace. Improve stacktrace message.
* Add a test to the build
* Fix the issue
* Addressed code review.
* Addressed code review and debugging
* fix
* Try fixing tests.
* Fixed the issue.
* Fixed a bug for real. Tests need to be re-written
* Try one test.
* Formatting
* Addressed code review.
* Addressed the last code review.
* start
* check formatting
* undo changes from base branch
* Client builder API docs
* indent
* 8
* minor fixes
* absolute path to runtime env docs
* fix runtime_env link
* Update worker.init docs
* drop clientbuilder docs, link to 1.4.1 docs instead. Specify local:// behavior when address passed
* add debug info for ray.init("local")
* local:// attaches a driver directly
* update ray.init return wording
* remote init.connect() from example
* drop local:// docs, add section on when to use ray client
* link to 1.4.1 docs in code example instead of mentioning clientbuilder
* fix backticks, doc mentions of ray.util.connect
* remove ray.util.connect mentions from examples and comments
* update tune example
* wording
* localhost:<port> also works if you're on the head node
* add quotes
* drop mentions of ray client from ray.init docstring
* local->remote
* fix section ref
* update ray start output
* fix section link
* try to fix doc again
* fix link wording
* drop local:// from docs and special handling from code
* update ray start message
* lint
* doc lint
* remove local:// codepath
* remove 'internal_config'
* Update doc/source/cluster/ray-client.rst
Co-authored-by: Ameer Haj Ali <ameerh@berkeley.edu>
* doc suggestion
* Update doc/source/cluster/ray-client.rst
Co-authored-by: Ameer Haj Ali <ameerh@berkeley.edu>