Commit graph

4401 commits

Author SHA1 Message Date
architkulkarni
e5c5dde847
[Core] Prevent dedicated workers from being returned to general idle pool (#15545) 2021-04-29 15:45:25 -05:00
Eric Liang
5e58fcb620
Relax check on test_multi_tenancy.py::test_not_killing_workers_that_own_objects (#15571) 2021-04-29 13:15:33 -07:00
Devin Petersohn
4d3956bf81
Add MLDataSet.from_modin() (#14675)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-04-29 11:40:51 -07:00
Chris K. W
a1f1179913
Fix ActorID __ne__ to check for mismatched types (#15529) 2021-04-29 10:49:22 -05:00
Dmitri Gekhtman
de897673c5
[kubernetes][autoscaler] Kubernetes operator basic fixes (#15469) 2021-04-29 10:45:52 -05:00
Yi Cheng
b5c9780a3d
[runtime_env] Align the interface to use multiple uris for runtime env (#15562) 2021-04-29 10:45:25 -05:00
Richard Liaw
b6f593b53e
[client] make client disconnect idempotent (#15565) 2021-04-29 01:14:34 -07:00
architkulkarni
f281a4e07f
[Test] Deflake test_runtime_env_complicated by changing pip install to python -m pip install (#15560) 2021-04-28 14:07:30 -07:00
Yi Cheng
6171a58686
[client] Use ensure_runtime_env_setup in ray client. (#15532) 2021-04-28 15:02:08 -05:00
Ian Rodney
f93f096fc9
[API] Remove Top Level, Non-Ray Modules (#15476) 2021-04-27 14:59:25 -07:00
Simon Mo
724f20c4c2
[Serve] Make sure ingress can be called before ray.init (#15546) 2021-04-27 13:10:11 -07:00
Ian Rodney
546e5f6f13
[API] Remove non-API top Level function imports (#15440) 2021-04-27 12:33:59 -07:00
Simon Mo
7ba0196863
[Serve] Nested actors should escape placement group (#15524) 2021-04-27 12:45:23 -05:00
Alex Wu
40a6ced996
[core] Handle blocked worker crashes edge case (#15083) 2021-04-27 10:14:12 -07:00
Ian Rodney
4db696d365
[Client] Asyncio Client, Sync gRPC Server (#15488) 2021-04-27 08:41:10 -07:00
Amog Kamsetty
793145b1ab
[SGD] Split test_torch suite (#15522)
* split test_torch

* remove unused imports

* lint
2021-04-27 00:22:23 -07:00
Simon Mo
54f50994bc
[Hotfix] PyArrow version issue (#15530) 2021-04-26 22:28:35 -07:00
Ian Rodney
360b053254
[client] Add support for ray.timeline() (#15448) 2021-04-26 18:32:22 -07:00
Amog Kamsetty
544dff80fa
[Docker] Fix torch GPU install on Ray Docker images (#15473)
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
2021-04-26 16:22:25 -07:00
architkulkarni
a78af85b1c
Revert "[Hotfix] Skip test_runtime_env_complicated (#15515)" (#15520)
This reverts commit a38761b7f2.
2021-04-26 16:02:08 -07:00
Simon Mo
6504c059fe
Wheel Build macOS Python 3.6: 3.6.1 -> 3.6.2 (#15519)
To circumvent the pip issue
https://github.com/pypa/pip/issues/9831
2021-04-26 16:01:39 -07:00
Yi Cheng
fc701067c3
[runtime env] Support .gitignore exclusion in working dir (#15392) 2021-04-26 16:06:03 -05:00
Simon Mo
a38761b7f2
[Hotfix] Skip test_runtime_env_complicated (#15515) 2021-04-26 11:37:44 -07:00
Kai Fricke
f56285577b
Bump XGBoost-Ray version for CI/docs (#15507)
Failing tests seem unrelated.
2021-04-26 14:53:21 +01:00
Simon Mo
7b79e0ed4e
[CI] Mark test_actor_pool medium (#15490) 2021-04-23 15:35:22 -07:00
architkulkarni
b08b2c5103
[Core] Add "shim process" setup_worker.py that calls "conda activate" for runtime_env (#15361) 2021-04-23 15:29:52 -05:00
Edward Oakes
ab797d1d62
[serve] Add test for redirections w/ fastapi (#15461) 2021-04-23 14:28:42 -05:00
Eric Liang
93a1ecba4b
Unhandled error messages aren't printed until next interaction with shell (#15432) 2021-04-23 11:00:34 -07:00
Simon Mo
951943c28b
[Core] Add concurrent.futures.Future wrapper for ObjectRef (#15425) 2021-04-23 11:53:46 -05:00
Charles Tapley Hoyt
251558b753
[tune] Fix type annotation in choice (#15038)
The `Categorical.__init__()` takes any sequence, so the type annotation on `choice()` can be relaxed.
2021-04-23 09:45:32 -07:00
Kai Fricke
c08373b0bf
[tune] Add save/restore for ASHA scheduler (#15438) 2021-04-23 09:35:34 -07:00
Sumanth Ratna
ab542f2c45
[tune] Add HEBO to search algorithm shim function (#15468) 2021-04-23 00:17:48 -07:00
fangfengbin
d9780761a3
[GCS]Revert ping_gcs_rpc_server_max_retries to 600 (#14443) 2021-04-23 10:02:38 +08:00
Dmitri Gekhtman
0d0c2418b8
[client][placement groups] Client placement group hooks, attempt #3 (#15382) 2021-04-22 17:18:55 -07:00
Eric Liang
af01a47d59
Add support for tune,serve,rllib tests to flaky builder (#15447) 2021-04-22 15:03:29 -07:00
Micah Yong
53774209cf
[core] Extend ActorPool API to support adding / removing actors (#15228)
* Add has_free, push, and pop to actor_pool.py with corresponding tests

* Remove period

* Change name from pop to pop_idle
2021-04-22 12:45:45 -07:00
Edward Oakes
17865c0569
Remove ray.workers from __init__.py (#15460) 2021-04-22 14:20:04 -05:00
Edward Oakes
668a784553
[serve] Re-add variable route support for old API (#15455) 2021-04-22 14:07:50 -05:00
Simon Mo
baa1b0f360
[Serve] FastAPI allow duplicated routes in class based views (#15445) 2021-04-22 11:27:39 -05:00
Ian Rodney
810a02b3f2
[Azure][Autoscaler] Allow current user to use Docker (#15380) 2021-04-22 00:30:30 -07:00
Ameer Haj Ali
978199ceba
[autoscaler] Update azure pip packages in the cluster yaml (#15274) 2021-04-22 08:23:05 +03:00
Alex Wu
ede377bc26
ray health-check (#15429)
* .

* done?

* .

* .

* less yelling

* fixed?

* lint

* skip on windows'

* remove extra print

Co-authored-by: Alex Wu <alex@anyscale.com>
2021-04-21 21:49:55 -07:00
Edward Oakes
71a670c471
[serve] Make fastapi wrapper a normal serve backend (#15441) 2021-04-21 16:06:33 -05:00
Yi Cheng
b63e493c04
[runtime_env] Fix the some bugs related with runtime_env (#15286) 2021-04-21 13:31:21 -05:00
lanlin
c7f6ffb70c
[Tune] Fix max len trial name (#15293)
* check TUNE_MAX_LEN_IDENTIFIER when use it

* fix format
2021-04-21 10:48:24 -07:00
Frank Luan
7ff436e1f3
Fix restore_spilled_objects() for external object spilling (#15426)
* Fix deserializer in metrics.Counter

* Fix restore_spilled_objects() for external object spilling
2021-04-20 16:33:44 -07:00
Kai Fricke
d7e31c0d13
[tune] Return normalized checkpoint path (#15296)
* Return normalized checkpoint path

* Lint
2021-04-20 13:36:40 -07:00
Yi Cheng
9b3ea7c32b
[core] Take care of object spilling failure (#14703)
* fix spilling failure

* format

* unittests added

* format

* format

* format

* fix

* add comment

* fix some comments

* add test cases

* format

* format
2021-04-20 10:28:48 -07:00
Eric Liang
a482034916
Flaky test builder for tests tagged "flaky" (#15408) 2021-04-20 00:19:07 -07:00
Sven Mika
7ff27dfe07
[RLlib] Remove atari dependency for RLlib (in favor of detailed error message). (#15292) 2021-04-20 08:46:58 +02:00