 Kai YangandGitHub
|
5a6801dde7
|
[Core] Remove delete_creating_tasks (#12962)
|
2020-12-22 00:01:27 +08:00 |
|
 fangfengbinandGitHub
|
85a4435ba0
|
[GCS]Fix redis store client AsyncPutWithIndex unordered bug (#13002)
|
2020-12-21 20:02:50 +08:00 |
|
 Barak MichenerandGitHub
|
c576f0b073
|
[ray_client] Implement a gRPC streaming logs API for the client (#13001)
|
2020-12-20 19:35:34 -08:00 |
|
 fangfengbinandGitHub
|
4caa6c6d78
|
[GCS]GCS resource manager remove cluster_resources_ (#12972)
|
2020-12-21 11:00:25 +08:00 |
|
 Barak MichenerandGitHub
|
e715ade2d1
|
Support retrieval of named actor handles (#13000)
Change-Id: I05d31c9c67943d2a0230782cbdaa98341584cbc7
|
2020-12-20 16:34:50 -08:00 |
|
 Barak MichenerandGitHub
|
80f6dd16b2
|
[ray_client] Implement optional arguments to ray.remote() and f.options() (#12985)
|
2020-12-20 15:43:48 -08:00 |
|
 Barak MichenerandGitHub
|
7ab9164f1b
|
[ray_client] Integrate with test_basic, test_basic_2 and test_actor (#12964)
|
2020-12-20 14:54:18 -08:00 |
|
 
|
3fab93b61b
|
Fix scheduling_resources comment errors (#12991)
* Fix scheduling_resources comment error
* add part code
Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
|
2020-12-20 20:20:07 +08:00 |
|
 Eric LiangandGitHub
|
64c97d25d3
|
Enable by default new scheduler (#12735)
|
2020-12-19 13:22:24 -08:00 |
|
 Eric LiangandGitHub
|
5d987f5988
|
Revert "Increase the number of unique bits for actors to avoid handle collisions (#12894)" (#12988)
This reverts commit 3e492a79ec.
|
2020-12-18 23:51:44 -08:00 |
|
 dHannaschandGitHub
|
a092433bc8
|
[core] Use the ConnectWithoutRetries error message (#12732)
|
2020-12-18 22:34:34 -08:00 |
|
 SangBin ChoandGitHub
|
9d939e6674
|
[Object Spilling] Implement level triggered logic to make streaming shuffle work + additional cleanup (#12773)
|
2020-12-18 19:31:14 -08:00 |
|
 Alex WuandGitHub
|
404161a3ff
|
[Autoscaler/Core] Remove autoscaler spam (#12952)
|
2020-12-18 18:22:45 -08:00 |
|
 
|
ac5ea2c13d
|
[Java] Fix output parsing in RunManager (#12968)
* Fix output parsing in RunManager
* change log level
Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
|
2020-12-18 18:22:12 -08:00 |
|
 Eric LiangandGitHub
|
6ece291f35
|
Clean up block/unblock handling of resources in new scheduler (#12963)
|
2020-12-18 16:00:54 -08:00 |
|
 Eric LiangandGitHub
|
3e492a79ec
|
Increase the number of unique bits for actors to avoid handle collisions (#12894)
|
2020-12-18 15:59:03 -08:00 |
|
 Eric LiangandGitHub
|
92812f2e8a
|
Implement resource deadlock detection for new scheduler (#12961)
|
2020-12-18 12:17:54 -08:00 |
|
 Barak MichenerandGitHub
|
5cfa1934e4
|
[ray_client]: Implement object retain/release and Data Streaming API (#12818)
|
2020-12-18 11:47:38 -08:00 |
|
 
|
a442cd17e0
|
[GCS]Optimize gcs client reconnection (#12878)
* [GCS]Optimize gcs client reconnection
* fix review comment
* fix review comment
* add part code
Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
|
2020-12-17 21:57:37 -08:00 |
|
 
|
cfefd7c70e
|
Test PingPort (#12954)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
|
2020-12-17 21:15:42 -08:00 |
|
 DK.PinoandGitHub
|
6404f1e609
|
[Placement Group][New scheduler] New scheduler pg implementation (#12910)
|
2020-12-18 11:56:45 +08:00 |
|
 Tao WangandGitHub
|
17152c84a7
|
[Tiny]Print raylet info after register (#12566)
|
2020-12-18 11:22:13 +08:00 |
|
 dHannaschandGitHub
|
d747071dd9
|
Test shard_context on already-created boost::asio::io_service. (#12917)
|
2020-12-17 14:26:30 -08:00 |
|
 
|
e6cb4f4bd7
|
[Core] Add log of address and port (#12908)
Co-authored-by: Allen Yin <allenyin@anyscale.io>
|
2020-12-17 00:25:29 -08:00 |
|
 Yi ChengandGitHub
|
40032541dc
|
[core] Introduce fetch_local to ray.wait (#12526)
|
2020-12-16 23:44:28 -08:00 |
|
 Tao WangandGitHub
|
12231ec2a6
|
Optimize heartbeat manager initialization (#12911)
|
2020-12-17 14:24:23 +08:00 |
|
 SangBin ChoandGitHub
|
057687e534
|
[New Scheduler] Fix test_failure.py by supporting infeasible tasks (#12738)
* Fix the first issue.
* ip
* In Progress.
* In progress.
* done.
* Remove unnecessary logs.
* Addressed code review + fix some test failures.
* Try fixing issues.
* Fix issues.
* Fix test issues.
* Fix issues.
* done.
|
2020-12-16 21:27:50 -08:00 |
|
 Alex WuandGitHub
|
8b783ecafa
|
Fix pull manager retry (#12907)
|
2020-12-16 14:18:43 -08:00 |
|
 
|
91878d18b5
|
[PlacementGroup]Fix placement group wait api disorder bug (#12827)
* [PlacementGroup]Fix placment group wait api disorder bug
* fix review comment
* fix review comment
* fix review comment
* fix review comments
* increase num_heartbeats_timeout
Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
|
2020-12-16 18:45:53 +08:00 |
|
 Eric LiangandGitHub
|
7ff314a5df
|
[New scheduler] Also unsubscribe get dependencies on unblock
|
2020-12-15 20:29:44 -08:00 |
|
 Alex WuandGitHub
|
0031723ace
|
[New scheduler] Object spilling (#12857)
|
2020-12-15 11:05:38 -08:00 |
|
 Edward OakesandGitHub
|
261b2f9053
|
Check for raylet PID as ppid in dashboard agent fate-sharing (#12867)
|
2020-12-15 12:13:11 -06:00 |
|
 Max FittonandGitHub
|
e077bc4206
|
[Release] Bump master to 1.2.0 for 1.1.0 release (#12856)
|
2020-12-15 09:40:26 -08:00 |
|
 Simon MoandGitHub
|
b291dd4486
|
[Metrics] Call GetMeasureDoubleByName to prevent override (#12860)
|
2020-12-15 09:39:39 -08:00 |
|
 
|
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 |
|
 Tao WangandGitHub
|
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 |
|
 Tao WangandGitHub
|
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 |
|
 
|
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 |
|
 DK.PinoandGitHub
|
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 LiangandGitHub
|
b73d4831d4
|
Add grace period before warning of resource deadlock
|
2020-12-12 12:02:13 -08:00 |
|
 fangfengbinandGitHub
|
c22990a537
|
[GCS]GCS node manager rename GetNode to GetAliveNode (#12781)
|
2020-12-12 20:34:43 +08:00 |
|
 Alex WuandGitHub
|
aa64cd4534
|
[New scheduler] Fix test_global_state (#12586)
|
2020-12-11 21:47:01 -08:00 |
|
 Eric LiangandGitHub
|
1ce745cf44
|
Add automatic local GC and plasma debug logs every 10 minutes by default (#12804)
|
2020-12-11 17:09:58 -08:00 |
|
 Alex WuandGitHub
|
676ec363f6
|
[Object Manager] Pull Manager refactor (#12335)
|
2020-12-11 11:56:23 -08:00 |
|
 Eric LiangandGitHub
|
4ad4463be6
|
Add comments to clarify purpose of new scheduler queues (#12730)
* update
* clarify
* update
|
2020-12-11 11:53:09 -08:00 |
|
 Tao WangandGitHub
|
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 |
|
 Stephanie WangandGitHub
|
86b0741026
|
[new scheduler] Allocate resources for spilled back task to a local view of the remote node (#12711)
* Force report heartbeats if remote resources may be dirty
* lint
* typo
* typo
* unit test
* debug
* Revert "lint"
This reverts commit 6dc7e982ffee98185665eb7c3c8fde0d91938919.
* Revert "Force report heartbeats if remote resources may be dirty"
This reverts commit cbfa9405197df62f874107d55b46715ceae2abd2.
* Local view of resources
* debug travis
* debug
* debug
* debug
* weaken test
* cleanups
* lint
* Revert "debug travis"
This reverts commit 11ff5f4f84e64e9fbd4eecda5b3c7fd07a7130a4.
* revert
* const view, remove unused
|
2020-12-10 22:43:29 -05:00 |
|
 Barak MichenerandGitHub
|
b7f246c451
|
[ray_client] Include multiple facets of the Ray API (#12736)
|
2020-12-10 19:09:34 -08:00 |
|
 Edward OakesandGitHub
|
62d6b0a558
|
Fix max_task_retries for named actors (#12762)
|
2020-12-10 18:24:55 -06:00 |
|
 Kai YangandGitHub
|
e3b5deb741
|
[Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573)
|
2020-12-10 19:01:40 +08:00 |
|