Edward Oakes
cde711aaf1
Revert "[RLLib] Execution-Folder Type Annotations ( #12760 )" ( #12886 )
...
This reverts commit becca1424d
.
2020-12-15 11:03:02 -08:00
architkulkarni
ba12fb1451
Fix for RLIMIT patch ( #12882 )
...
Implement new soft limit introduced by https://github.com/ray-project/ray/pull/12853 .
2020-12-15 10:38:46 -08:00
SangBin Cho
de7848231c
[Doc] Fix placement group doc ( #12875 )
2020-12-15 10:36:51 -08:00
Edward Oakes
261b2f9053
Check for raylet PID as ppid in dashboard agent fate-sharing ( #12867 )
2020-12-15 12:13:11 -06:00
Max Fitton
e077bc4206
[Release] Bump master to 1.2.0 for 1.1.0 release ( #12856 )
2020-12-15 09:40:26 -08:00
Simon Mo
b291dd4486
[Metrics] Call GetMeasureDoubleByName to prevent override ( #12860 )
2020-12-15 09:39:39 -08:00
Gekho457
5a142d5bd6
Use nightly images in all kubernetes examples. ( #12868 )
2020-12-14 20:49:41 -08:00
fangfengbin
43b9259d40
[GCS]GCS resource manager support scheduling resource ( #12780 )
...
* add part code
* add part code
* fix review comments
* rebase master
* add part code
* add part code
* fix review comments
* add part code
* fix code style
* fix ut bug
* fix ut bug
* fix review comments
* fix review comment
Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
2020-12-15 10:27:55 +08:00
Gekho457
8cebe5cbe9
[docs][autoscaler][k8s][minor] quotes #12866
2020-12-14 18:24:13 -08:00
Gekho457
44f5be04ca
[autoscaler][k8s][doc][minor] Fix typo in k8s doc. ( #12865 )
2020-12-14 17:30:43 -08:00
Simon Mo
b56db5a22f
[Serve] Wait for actor name to be cleaned up ( #12215 )
2020-12-14 15:09:43 -08:00
architkulkarni
231518e86f
[Serve] Support basic Starlette response types ( #12811 )
2020-12-14 17:03:56 -06:00
Max Fitton
d0813c1c58
[Dashboard] Add dashboard multi-node churn test ( #11768 )
2020-12-14 17:03:33 -06:00
Richard Liaw
c56799e3da
disable-for-now ( #12838 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-14 14:18:31 -08:00
Eric Liang
1eb4ac12b1
Clip RLIMIT_NOFILE increase to avoid redis failing to start on Big Sur
2020-12-14 14:05:19 -08:00
SangBin Cho
69b0bc2132
[Logging] Use file handle temporalily ( #12839 )
2020-12-14 11:42:44 -08:00
Tao Wang
ac53e2f857
[GCS]Tell dead nodes to commit suicide ( #12792 )
...
* [GCS]Tell dead nodes to commit suicide
* fix comment, add ut
2020-12-14 11:42:00 -08:00
Michael Luo
becca1424d
[RLLib] Execution-Folder Type Annotations ( #12760 )
2020-12-14 19:16:44 +01:00
Gekho457
11ce1dc743
Ray cluster CRD and example CR + multi-ray-cluster operator ( #12098 )
2020-12-14 10:26:01 -06:00
Tao Wang
35f7d84dbe
Revert heartbeat interval to keep ci stable ( #12836 )
...
* Revert heartbeat interval to keep ci stable
* fix missing one
2020-12-14 16:58:40 +08:00
Eric Squires
22c1968d62
Runing -> Running ( #12826 )
2020-12-13 22:23:48 -08:00
Ameer Haj Ali
aaa11941f6
[autoscaler] Fix flaky autoscaler test ( #12829 )
2020-12-13 17:09:30 -08:00
Sven Mika
3c808835a5
[RLlib] Issue 12831: AttributeError: 'NoneType' object has no attribute 'id' when using custom Atari env. ( #12832 )
2020-12-13 16:15:54 +01:00
fangfengbin
1e02b28abe
[GCS]Move node resource info to gcs resource manager ( #12775 )
...
* add part code
* add part code
* fix review comments
* fix ut bug
* rebase master
* add part code
* fix ut bug
* fix ut bug
* fix review comments
* fix review comment
Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
2020-12-13 20:37:34 +08:00
Max Fitton
ac24d1db30
[Dashboard][Bugfix] Fix GPU List Bug ( #12666 )
...
* Fix bug where None was passed as the empty value for ActorInfo.gpu_stats instead of an empty list
* lint
* dashboard/modules/logical_view
* fix test
* trigger build
2020-12-12 23:34:24 -08:00
DK.Pino
153b24746c
[Placement Group] Refactor pg resource constrain in node manager ( #12538 )
...
* first version by pointer
* second version reference
* clean up
* add cpp ut
* lint
* extract LocalPlacementGroupManagerInterface
* lint
* fix commemt
* add idempotency test
* lint
* fix pg ut
* fix pg ut
* python lint
* fix pg ut timeout
* python lint
* fix comment
* lint
* lint
2020-12-12 23:32:15 -08:00
Eric Liang
bdc6624da8
Revert "[PlacementGroup]Add PlacementGroup wait python api ( #12601 )" ( #12825 )
...
This reverts commit 401d342602
.
2020-12-12 12:13:48 -08:00
Eric Liang
b73d4831d4
Add grace period before warning of resource deadlock
2020-12-12 12:02:13 -08:00
Barak Michener
6eb0e6f734
[format] Improve formatting with a real .flake8 file ( #12800 )
...
Change-Id: I42acd948dd915bad6b132f8caa9038898b55d6e4
2020-12-12 11:34:30 -08:00
Richard Liaw
2f2bd884a3
[tune] upgrade gpytorch, bump default pytorch to 1.7.0 ( #12776 )
...
* upgrade gpytorch
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* pin
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* version-torch
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* fix-build
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 10:35:33 -08:00
Richard Liaw
7e09f1d934
remove-xgboost-build ( #12822 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 10:34:56 -08:00
fangfengbin
c22990a537
[GCS]GCS node manager rename GetNode to GetAliveNode ( #12781 )
2020-12-12 20:34:43 +08:00
Kai Fricke
5f04ade6ef
[tune] add more stoppers and stopper documentation ( #12750 )
...
* Add new stoppers & docs
* Add tests for maximum iteration stopper and trial plateau stopper
* Update python/ray/tune/stopper.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Update doc/source/tune/api_docs/stoppers.rst
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Update doc/source/tune/api_docs/stoppers.rst
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Apply suggestions from code review
* Apply suggestions from code review
* Update python/ray/tune/stopper.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 01:47:19 -08:00
Kai Fricke
905652cdd6
[tune] migrate xgboost callback api ( #12745 )
...
* Migrate to new-style xgboost callbacks
* Fix flaky progress reporter test
* Fix import error
* Take last value (not first)
2020-12-12 01:42:20 -08:00
Kai Fricke
42c70be073
[tune] Hyperopt: Directly accept category variables instead of indices ( #12715 )
...
* [tune] Hyperopt: Directly accept category variables instead of indices
* Fix interrupt test
* Update python/ray/tune/suggest/hyperopt.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Apply suggestions from code review
* Update python/ray/tune/suggest/hyperopt.py
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* lint
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 01:40:53 -08:00
Hao Zhang
0b1fbc5e83
[PR 1/6] Collective in Ray ( #12637 )
...
Co-authored-by: YLJALDC <dal177@ucsd.edu>
2020-12-12 01:26:36 -08:00
Alex Wu
aa64cd4534
[New scheduler] Fix test_global_state ( #12586 )
2020-12-11 21:47:01 -08:00
Edward Oakes
03d869d51c
Hold GIL while submitting (actor) tasks ( #12803 )
2020-12-11 21:47:16 -06:00
Edward Oakes
aec5c9879e
Add tests for atexit handler behavior ( #12808 )
2020-12-11 21:47:05 -06:00
Edward Oakes
6262ee1f76
Clarify docs for atexit behavior when using ray.kill ( #12807 )
2020-12-11 21:45:39 -06:00
Eric Liang
1ce745cf44
Add automatic local GC and plasma debug logs every 10 minutes by default ( #12804 )
2020-12-11 17:09:58 -08:00
Sven Mika
abb1eefdc2
[RLlib] Issue 12483: Discrete observation space error: "ValueError: ('Observation ({}) outside given space ..." when doing Trainer.compute_action. ( #12787 )
2020-12-11 22:43:30 +01:00
Alex Wu
676ec363f6
[Object Manager] Pull Manager refactor ( #12335 )
2020-12-11 11:56:23 -08:00
Simon Mo
3d8c1cbae6
[Serve] Fix Serve Release Tests ( #12777 )
2020-12-11 11:53:47 -08:00
Eric Liang
4ad4463be6
Add comments to clarify purpose of new scheduler queues ( #12730 )
...
* update
* clarify
* update
2020-12-11 11:53:09 -08:00
fangfengbin
9ded69fdaa
[Hotfix] Fix python client lint error ( #12783 )
2020-12-11 10:15:53 -08:00
Simon Mo
68d7fa2137
Fix exit_actor in asyncio mode ( #12693 )
2020-12-11 09:35:17 -08:00
Edward Oakes
699ded5328
[serve] Initial commit for CLI ( #12770 )
2020-12-11 10:31:29 -06:00
Sven Mika
74c98ac38e
[RLlib] Issue 12244: Unable to restore multi-agent PPOTFPolicy's Model (from exported). ( #12786 )
2020-12-11 16:13:38 +01:00
Tao Wang
295b6e5ce4
Split heartbeat message ( #12535 )
...
* first
* xxx
* Split heartbeat message
* only report resource usage when changed
* Fix GetAllResourceUsage
* Fix report resource usage
* Increase default heartbeat interval
* regularize heartbeat interval in test case
2020-12-11 21:19:57 +08:00