ray/python/common
Stephanie Wang 241b539ff8 Reconstruction for evicted objects (#181)
* First pass at reconstruction in the worker

Modify reconstruction stress testing to start Plasma service before rest of Ray cluster

TODO about reconstructing ray.puts

Fix ray.put error for double creates

Distinguish between empty entry and no entry in object table

Fix test case

Fix Python test

Fix tests

* Only call reconstruct on objects we have not yet received

* Address review comments

* Fix reconstruction for Python3

* remove unused code

* Address Robert's comments, stress tests are crashing

* Test and update the task's scheduling state to suppress duplicate
reconstruction requests.

* Split result table into two lookups, one for task ID and the other as a
test-and-set for the task state

* Fix object table tests

* Fix redis module result_table_lookup test case

* Multinode reconstruction tests

* Fix python3 test case

* rename

* Use new start_redis

* Remove unused code

* lint

* indent

* Address Robert's comments

* Use start_redis from ray.services in state table tests

* Remove unnecessary memset
2017-02-01 19:18:46 -08:00
..
redis_module Reconstruction for evicted objects (#181) 2017-02-01 19:18:46 -08:00
test Add driver ID to task spec and add driver ID to Python error handling. (#225) 2017-01-25 22:53:48 -08:00
thirdparty/redis/src Switch build system to use CMake completely. (#200) 2017-01-17 16:56:40 -08:00
__init__.py Switch build system to use CMake completely. (#200) 2017-01-17 16:56:40 -08:00