ray/src/local_scheduler
Stephanie Wang 12c9618c0c Plasma and worker node failure. (#373)
* Failing test case

* Local scheduler exits cleanly after plasma store dies

* Tolerate one plasma store failure

* Tolerate plasma store failures on all nodes except head node

* Plasma manager heartbeats

* Component failure tests

* Don't run the helper for Python testing

* Fix C test

* Fix hanging plasma transfer test

* Fix python3

* Consolidate ClientConnection code

* Fix valgrind test

* fix c test

* We can restart worker nodes!

* Fix flatbuffers bug

* Address comments

* Only register actual workers with the local scheduler

* Fix bug

* Fix segfaults

* Add test case that tests for driver liveness, fix local scheduler bug

* Clean up after tests

* Allocate retry info on the stack

* Send SIGKILL before waiting

* Relax unit test conditions

* Driver liveness test case and documentation
2017-03-17 17:03:58 -07:00
..
build Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
format Convert local scheduler messages to flatbuffers (#340) 2017-03-15 16:27:52 -07:00
test Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
CMakeLists.txt Convert local scheduler messages to flatbuffers (#340) 2017-03-15 16:27:52 -07:00
local_scheduler.cc Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
local_scheduler.h Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
local_scheduler_algorithm.cc Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
local_scheduler_algorithm.h Convert task_spec to flatbuffers (#255) 2017-03-05 02:05:02 -08:00
local_scheduler_client.cc Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
local_scheduler_client.h Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
local_scheduler_extension.cc Plasma and worker node failure. (#373) 2017-03-17 17:03:58 -07:00
local_scheduler_shared.h Convert local scheduler messages to flatbuffers (#340) 2017-03-15 16:27:52 -07:00