ray/src/common
Robert Nishihara cb84972f6b Recreate actors when local schedulers die. (#804)
* Reconstruct actor state when local schedulers fail.

* Simplify construction of arguments to pass into default_worker.py from local scheduler.

* Remove deprecated ray.actor.

* Simplify actor reconstruction method.

* Fix linting.

* Small fixes.
2017-08-02 18:02:52 -07:00
..
cmake Pull Plasma from Apache Arrow and remove Plasma store from Ray. (#692) 2017-07-31 21:04:15 -07:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
format Include object size and hash in the table returned by the object_table function in the GlobalStateAPI. (#665) 2017-06-16 23:17:11 -07:00
lib/python Move worker methods into Worker class and expose more TaskSpec fields to Python. (#796) 2017-08-01 17:16:57 -07:00
redis_module Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Recreate actors when local schedulers die. (#804) 2017-08-02 18:02:52 -07:00
test Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
thirdparty Move documentation to ReadTheDocs. (#326) 2017-02-27 21:14:31 -08:00
CMakeLists.txt Pull Plasma from Apache Arrow and remove Plasma store from Ray. (#692) 2017-07-31 21:04:15 -07:00
common.cc Pull Plasma from Apache Arrow and remove Plasma store from Ray. (#692) 2017-07-31 21:04:15 -07:00
common.h Pull Plasma from Apache Arrow and remove Plasma store from Ray. (#692) 2017-07-31 21:04:15 -07:00
common_protocol.cc Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
common_protocol.h Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
event_loop.cc Fix bug with reused file descriptors (#471) 2017-05-02 19:45:27 -07:00
event_loop.h Fix bug with reused file descriptors (#471) 2017-05-02 19:45:27 -07:00
io.cc Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
io.h Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
logging.cc Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02:00
logging.h Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02:00
net.cc Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
net.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
task.cc Move worker methods into Worker class and expose more TaskSpec fields to Python. (#796) 2017-08-01 17:16:57 -07:00
task.h Move worker methods into Worker class and expose more TaskSpec fields to Python. (#796) 2017-08-01 17:16:57 -07:00