Commit graph

8174 commits

Author SHA1 Message Date
architkulkarni
65eab8f376
Revert "Revert "[Core] Add "env_vars" field to runtime_env"" (#16107) 2021-05-27 10:16:33 -05:00
SangBin Cho
94dc06d852
[Nightly test] improve error detection (#16102)
* improve error detection

* improve gitignore

* fix
2021-05-27 00:33:21 -07:00
DK.Pino
ea0ee86063
[Placement Group]Fix actor scheduling with Placement Group bug. (#16006) 2021-05-26 22:16:38 -07:00
Ian Rodney
69d0e8e4fe
[Docs][ClientBuilder] Add ray.client() and ray.ClientBuilder to Experimental API docs (#16058) 2021-05-26 21:05:47 -07:00
SongGuyang
a4c108e5f6
[C++ worker] delete unuseful test (#16082) 2021-05-27 11:23:59 +08:00
architkulkarni
7cfe7f840c
Revert "[Core] Add "env_vars" field to runtime_env (#16075)" (#16099)
This reverts commit 1e245005c9.
2021-05-26 16:27:04 -07:00
Eric Liang
2f4628fdb4
Fix CHECK_FAIL when scheduling task with duplicate object requests (#16063) 2021-05-26 15:13:16 -07:00
Stephanie Wang
55bb1e93b4
[core] Wait for objects to be sealed before throwing OutOfMemory (#15955)
* Wait for objects to seal

* x

* comments

* error code
2021-05-26 14:18:32 -07:00
Eric Liang
3d1ba4a70e
Add feature flag for plasma overcommit (#16061) 2021-05-26 10:53:57 -07:00
architkulkarni
1e245005c9
[Core] Add "env_vars" field to runtime_env (#16075) 2021-05-26 12:11:19 -05:00
qicosmos
bbb61d0c00
[C++ Worker] remove core.h in api (#16079)
* remove core.h in api

* remove unused code and header

* remove core.h and some depencencies

* fix
2021-05-26 20:52:21 +08:00
qicosmos
498da13944
[C++ worker] Impove cpp worker (#15907) 2021-05-26 16:45:56 +08:00
qicosmos
d8f58e683f
[C++ worker] Add c++ worker log (#16015) 2021-05-26 16:13:02 +08:00
Kai Yang
853d650e29
Revert "Revert "[Object spilling] Avoid worker crash when an object is spille… (#15964)" (#16012)
This reverts commit 29aa336a4d.
2021-05-25 23:48:24 -07:00
Ian Rodney
3dbdd4eb46
[Client][Proxy] Track Num Clients in the proxy (#16038) 2021-05-25 22:17:43 -07:00
SongGuyang
7c3874b38e
remove id.h dependence for c++ worker headers (#16055) 2021-05-26 11:56:24 +08:00
Richard Liaw
08de5a36e1
[Horovod] Test with Ray Client (#15996)
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-05-25 20:21:58 -07:00
Simon Mo
2aee4ac40d
[Serve] Cleanup examples and tests (#16042) 2021-05-25 15:32:36 -07:00
Xiang Xu
ec8b591f32
[docs] typo fix on the Doc for helm (#16036) 2021-05-25 12:59:39 -07:00
Sven Mika
e61922c4ac
[RLlib] Add one-liner to docs on internship/RL-engineer position. (#16050)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-05-25 12:58:54 -07:00
Ian Rodney
113fd6e765
[Client][Proxy] Refactor RayClient Proxy to not use additional Threads. (#16057) 2021-05-25 10:07:19 -07:00
qicosmos
1b3df53ab8
[C++ worker] Remove some api dependencies on ray core (#16011) 2021-05-25 20:19:25 +08:00
SongGuyang
4ea7719416
[C++ worker] don't expose ObjectID to users (#15966) 2021-05-25 16:36:34 +08:00
Sven Mika
f6302d81be
[RLlib] Discussion 2210: BC algo broken, if "advantages" missing in offline data. (#16019) 2021-05-25 08:47:17 +02:00
Eric Liang
ea6bdfb9c1
Prevent object store from allocating over the specified limit even if there is memory fragmentation (#15951) 2021-05-24 17:56:11 -07:00
Yi Cheng
643f739619
[flaky] Split test_failure_2 into 2 (#15688)
* split test failure

* format

* add bazel

* remove flaky tag

* format

* up

* rerun

Co-authored-by: Eric Liang <ekhliang@gmail.com>
2021-05-24 16:52:44 -07:00
SangBin Cho
ee1ccb569d
[Test] Nightly shuffle test (#15998)
* shuffle daily test update.

* lint

* Improve testing.

* Download the real nightly.

* Addressed code review.

* fix typo

* fix issue

* fix the broken release test

* Updated the test.
2021-05-24 15:33:31 -07:00
Eric Liang
9c26d6c6de
Remove unnecessary flaky block (no C++ tests are flaky) (#16024) 2021-05-24 13:16:56 -07:00
Ian Rodney
033c22d73b
[Tracing] Add Otel to setup.py Observability (#16028) 2021-05-24 13:15:41 -07:00
Howard Lau
225b3fda91
[tune] Fix ddp_mnist_torch example argument type (#16017)
* fix ddp_mnist_torch example argument type

* add period
2021-05-24 12:05:33 -07:00
dependabot[bot]
0fecfe10b8
[tune](deps): Bump sigopt in /python/requirements/tune (#16004)
Bumps [sigopt](https://sigopt.com/) from 5.7.0 to 7.4.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-24 12:03:56 -07:00
Amog Kamsetty
d0c137c7f9
[Tune] Pin minimum tensorboardX version (#16022) 2021-05-24 11:14:23 -07:00
Ian Rodney
b5adc87e0e
[CI] Decrease BuildKite Docker Build Time (#16020) 2021-05-24 10:31:54 -07:00
Amog Kamsetty
71926ad043
[Docs] Fix Dependencies for Pong example (#15978) 2021-05-24 10:25:16 -07:00
Eric Liang
810f5c803a
Disable flaky object spilling test on OSX & adjust test timeouts (#15986)
* blacklist

* move it

* adjust according to bazel timeouts

* fix build

* move to large

* Update BUILD
2021-05-24 09:49:59 -07:00
dependabot[bot]
7a425be59f
[tune](deps): Bump smart-open in /python/requirements/tune (#16001)
Bumps [smart-open](https://github.com/piskvorky/smart_open) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/piskvorky/smart_open/releases)
- [Changelog](https://github.com/RaRe-Technologies/smart_open/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/piskvorky/smart_open/compare/v4.2.0...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-22 10:24:46 -07:00
Alex Wu
b81bdd8aee
[client] Local client builder (#15935) 2021-05-22 10:11:41 -07:00
Eric Liang
ba45e41b4d
Mark runtime_env_complicated, test_object_spilling as flaky, unmark test_scheduling 2021-05-21 16:16:11 -07:00
Amog Kamsetty
47cd075829
[Tune] Ray Client support for examples & CI (#15932)
Out of the box Ray Client support for Tune examples. Also add key examples with Ray Client to run in CI
2021-05-21 15:33:43 -07:00
architkulkarni
02f21653cc
[Core] Automatically inject ray and python version in runtime_env (#15958) 2021-05-21 17:15:52 -05:00
Ian Rodney
9bdd2cbe49
Revert "Revert "[Core] minor refactor for usability of runtime_env (#15965)" (#15985)" (#15987) 2021-05-21 14:57:44 -07:00
Yi Cheng
7c45480542
[runtime env] Introduce OS envs to skip GC for runtime env in local node; (#15984) 2021-05-21 12:49:22 -07:00
Eric Liang
ec522a2d46
Revert "[Core] minor refactor for usability of runtime_env (#15965)" (#15985)
This reverts commit 0a7ba95e42.
2021-05-21 11:57:38 -07:00
Simon Mo
677514b3ff
Revert "[Dashboard] Actor Table UI Optimize (#15802)" (#15981)
This reverts commit 43be599a9a.
2021-05-21 10:56:15 -07:00
Alex Wu
f080911d9b
[dashboard] include worker id in actor snapshot (#15967)
Co-authored-by: Alex Wu <alex@anyscale.com>
2021-05-21 09:26:37 -07:00
Dominic Ming
43be599a9a
[Dashboard] Actor Table UI Optimize (#15802) 2021-05-21 09:23:32 -07:00
architkulkarni
0a7ba95e42
[Core] minor refactor for usability of runtime_env (#15965)
* minor refactor for usability of runtime_env

* remove job_config changes
2021-05-21 09:02:32 -07:00
Edward Oakes
b6a79445fe
[serve] Fix some test sizes to avoid bazel warnings (#15959) 2021-05-21 10:11:46 -05:00
Ian Rodney
6add438929
[client] Start Specific Server's in separate Conda environments (#15926)
* conda support

* test multiple ray.init called

* additional testing

* test for proxy_manager

* better error message

* pass in session_dir

* unit tests

* fix test_runtime_env_complicated

* clean up proxier

* respond to comments

* try finally blocks

* fix up test_client_proxy

* small modifications to tests

* additional test

* fix tests

* lintfix
2021-05-21 01:01:57 -07:00
Eric Liang
29aa336a4d
Revert "[Object spilling] Avoid worker crash when an object is spille… (#15964)
This reverts commit 061e3fbde3.
2021-05-20 21:17:59 -07:00