1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-12 22:26:39 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Lixin Wei
f31ee84bfd
[Streaming] Fault Tolerance Implementation () 2020-09-05 16:40:47 +08:00
SangBin Cho
cb919c5e5c
Revert "[Streaming] Fault Tolerance Implementation ()" ()
This reverts commit 1b1466748f.
2020-09-04 13:21:18 -07:00
Lixin Wei
1b1466748f
[Streaming] Fault Tolerance Implementation () 2020-09-04 20:44:34 +08:00
chaokunyang
5edddf6eac
[Streaming] operator chain () 2020-06-18 15:11:07 +08:00
Tianyi Chen
ec5ecb661f
[Streaming] Implement streaming job-worker. () 2020-06-10 14:13:55 +08:00
chaokunyang
d04953ab3c
[Streaming] Union api () 2020-06-08 14:28:11 +08:00
chaokunyang
91f630f709
[Streaming] Streaming Cross-Lang API () 2020-04-29 13:42:08 +08:00
Stephanie Wang
fdb528514b
[core] Ref counting for actor handles ()
* tmp

* Move Exit handler into CoreWorker, exit once owner's ref count goes to 0

* fix build

* Remove __ray_terminate__ and add test case for distributed ref counting

* lint

* Remove unused

* Fixes for detached actor, duplicate actor handles

* Remove unused

* Remove creation return ID

* Remove ObjectIDs from python, set references in CoreWorker

* Fix crash

* Fix memory crash

* Fix tests

* fix

* fixes

* fix tests

* fix java build

* fix build

* fix

* check status

* check status
2020-03-10 17:45:07 -07:00
chaokunyang
8b6784de06
[Streaming] Streaming Python API () 2020-02-25 10:33:33 +08:00