Eric Liang
608991999c
Fix release resources race that leads to extra worker launches ( #16184 )
2021-06-03 18:35:45 -07:00
Eric Liang
a9db4e62cb
Unlimited plasma allocations by falling back to a filesystem allocator (off by default) ( #16097 )
2021-06-03 18:35:09 -07:00
Simon Mo
b376fd3458
[Serve] Create default namespace when ray is not initialized ( #16227 )
2021-06-03 17:14:52 -07:00
Ian Rodney
acfb484f5c
[Tracing] Delay Opentelemetry Import to Avoid Pickling ( #16177 )
2021-06-03 12:07:12 -07:00
Ian Rodney
22bd7cebeb
[Client][Proxy] Prevent Logstream from Timing Out when Delays in DataClient ( #16180 )
2021-06-03 11:59:52 -07:00
Ian Rodney
206802b96f
[client] Fix ClientBuilder for Local Clusters ( #16204 )
...
* Fix client builder
* Make tests actually run in CI (required marking a few Windows tests as flaky)
2021-06-03 08:27:37 -07:00
mwtian
51da90aa09
Rollforward #f14f197 ( #16201 )
2021-06-03 07:17:58 -07:00
Eric Liang
43c97c2afb
Disable timeline events collection in Ray by default ( #15989 )
2021-06-02 18:04:29 -07:00
architkulkarni
46acac03ae
[Core] [runtime env] Fix bug where None is added to pip dependencies when built from source ( #16173 )
2021-06-02 18:12:59 -05:00
Ian Rodney
513196d71b
[Client] Make dir()
work for ClientActorHandle ( #16157 )
2021-06-02 14:51:17 -07:00
Ian Rodney
ca3737c6aa
[Client][Test] Make "test_client_references.py" medium ( #16193 )
2021-06-02 13:13:31 -07:00
Alex Wu
9942505b63
Revert "[Client] Make Client{ObjectRef,ActorRef} subclasses of their server-side counterparts ( #16110 )" ( #16196 )
...
This reverts commit f14f197d42
.
2021-06-02 10:31:01 -07:00
SangBin Cho
611da62739
Fix atof bug ( #16140 )
2021-06-02 10:25:25 -07:00
Stephanie Wang
ce25d4e896
[core] Record Plasma object sources and dump on out of memory ( #16179 )
...
* debug
* lint, build
* clean up logs
* fix build
2021-06-02 10:04:15 -07:00
Ian Rodney
4116c8c3f1
[ClientBuilder] Verify Module has ClientBuilder Class ( #16076 )
2021-06-02 09:19:44 -07:00
Ian Rodney
2e365f8797
[ClientBuilder] Code takes precedence over environment ( #16112 )
...
* no override address
* correct ordering
2021-06-02 13:10:15 +03:00
mwtian
f14f197d42
[Client] Make Client{ObjectRef,ActorRef} subclasses of their server-side counterparts ( #16110 )
...
* Implement ClientObjectRef and ClientActorID in cython
* fix doc
* Remove unnecessary declaration.
Add basic unit tests.
* Fix quotes.
* Skip tests on Windows
2021-06-01 23:45:41 +03:00
Amog Kamsetty
65f1d67e9c
[SGD] Ray Client Support and tests ( #16111 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-06-01 13:21:26 -07:00
Travis Addair
050a076de9
[k8s] Refactored k8s operator to use kopf for controller logic ( #15787 )
...
Co-authored-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
2021-06-01 12:00:55 -07:00
Kai Fricke
153a8b8fec
[release] convert tune release tests ( #15913 )
2021-06-01 11:19:15 -07:00
matthewdeng
7637654557
[tune] populate internal configs when creating Trainable through DistributedTrainableCreator ( #16128 )
...
* [tune] populate internal configs when creating Trainable through DistributedTrainableCreator
* create DistributedTrainable class
* Fix tests and docs
* fix formatting
* Update python/ray/tune/trainable.py
* make call to DistributedTrainable explicit
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-06-01 09:59:37 -07:00
Amog Kamsetty
04863d158a
[Tune] MLflow with Ray Client ( #16029 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-06-01 09:50:44 -07:00
Dmitri Gekhtman
27c2f570f1
[kubernetes] pin the K8s config yamls to ray:latest instead of ray1.3 ( #15988 )
2021-06-01 19:12:35 +03:00
Chris Bamford
1e3721ef4a
[RLlib] Remove bad spinlocks to allow pytorch GPU scheduler to interrupt. ( #16162 )
2021-06-01 16:40:28 +02:00
Alex Wu
de0f856b68
[namespaces] Isolation for named placement groups ( #16000 )
2021-06-01 05:50:19 -07:00
SangBin Cho
bfa8ebcae9
[Test] Fix flaky global gc test ( #16154 )
...
* fast global gc to fix flaky test
* lint
2021-06-01 00:17:03 -07:00
Chris K. W
31364ed9b4
[autoscaler] Autoscaler metrics ( #16066 )
...
Co-authored-by: Ian <ian.rodney@gmail.com>
2021-05-31 22:27:45 -07:00
Amog Kamsetty
da6f28d777
[Release] Add multi-node, multi-GPU SGD release test ( #16046 )
2021-05-31 16:23:04 -07:00
SongGuyang
17b5f4dcaa
[C++ worker] support config from RayConfig and command line(gflag) ( #16086 )
2021-05-31 11:56:02 +08:00
zhuangzhuang131419
0429882bbf
[autoscaler] Implement node provider for aliyun ( #15712 )
...
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: zhuang <zhengchicheng.zcc@alibaba-inc.com>
Co-authored-by: chenk008 <kongchen28@gmail.com>
Co-authored-by: wuhua.ck <wuhua.ck@alibaba-inc.com>
2021-05-29 00:56:32 -07:00
Amog Kamsetty
38b657cb65
[Tune] Place remote tune.run on node running the client server ( #16034 )
...
* force placement on persistent node
* address comments
* doc
2021-05-28 18:32:57 -07:00
Amog Kamsetty
cfa2997b86
[XGBoost] Add test with Ray Client ( #16103 )
2021-05-28 16:13:06 -07:00
Ian Rodney
5ca1b297e4
[RayClient][Proxy] BugFixes ( #16040 )
2021-05-28 10:24:48 -07:00
Ian Rodney
ec46794767
[Client] Add ray.client().disconnect() ( #16021 )
2021-05-28 10:15:44 -07:00
Eric Liang
7f2e16fe8f
Make the spill test on unstable filesystem not so verbose ( #16119 )
...
* less logs
* update
* update
2021-05-27 20:32:48 -07:00
architkulkarni
cc7cc4fb9f
[Core] Allow specifying runtime_env conda and pip via filepath ( #16073 )
2021-05-27 17:58:47 -05:00
Clark Zinzow
a8ac383760
Decrease the number of nodes and actors started on each node in test_actor_multiple_gpus_from_multiple_tasks. ( #16124 )
2021-05-27 15:58:20 -07:00
Clark Zinzow
cd71d5e8ac
[Test] Ignore psutil.AccessDenied when gathering per-process memory info upon an OOM. ( #16123 )
2021-05-27 15:40:44 -07:00
Eric Liang
9c73591a4e
Revert "Fix tracing bug when actors are defined before connecting to … ( #16120 )
...
This reverts commit 6c1ea66611
.
2021-05-27 11:50:36 -07:00
Amog Kamsetty
5d3cb295bd
[Tune] Add find_free_port Tune util ( #16098 )
2021-05-27 11:27:28 -07:00
Edward Oakes
90a76ad558
[Serve] use placement group by default ( #16113 )
2021-05-27 11:03:29 -07:00
SangBin Cho
d0dc9abdfc
[Plasma store] Improve the OOM logging message. ( #16051 )
2021-05-27 10:09:58 -07:00
Yi Cheng
5d0b302121
[core] Trigger global gc when plasma store is under pressure. ( #15775 )
2021-05-27 10:07:59 -07:00
Kathryn Zhou
6c1ea66611
Fix tracing bug when actors are defined before connecting to cluster ( #16069 )
2021-05-27 09:28:11 -07:00
architkulkarni
65eab8f376
Revert "Revert "[Core] Add "env_vars" field to runtime_env"" ( #16107 )
2021-05-27 10:16:33 -05: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
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
architkulkarni
1e245005c9
[Core] Add "env_vars" field to runtime_env ( #16075 )
2021-05-26 12:11:19 -05: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