ray/streaming/python
Stephanie Wang fdb528514b
[core] Ref counting for actor handles (#7434)
* 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
..
examples [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
includes [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
runtime [core] Ref counting for actor handles (#7434) 2020-03-10 17:45:07 -07:00
tests [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
__init__.pxd [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
__init__.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
_streaming.pyx [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
collector.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
config.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
context.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
datastream.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
function.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
message.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
operator.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00
partition.py [Streaming] Streaming Python API (#6755) 2020-02-25 10:33:33 +08:00