ray/src/common/state
Stephanie Wang 41b8675d04 Availability after local scheduler failure (#329)
* Clean up plasma subscribers on EPIPE

First pass at a monitoring script - monitor can detect local scheduler death

Clean up task table upon local scheduler death in monitoring script

Don't schedule to dead local schedulers in global scheduler

Have global scheduler update the db clients table, monitor script cleans up state

Documentation

Monitor script should scan tables before beginning to read from subscription channel

Fix for python3

Redirect monitor output to redis logs, fix hanging in multinode tests

* Publish auxiliary addresses as part of db_client deletion notifications

* Fix test case?

* Small changes.

* Use SCAN instead of KEYS

* Address comments

* Address more comments

* Free redis module strings
2017-03-02 19:51:20 -08:00
..
actor_notification_table.cc Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00
actor_notification_table.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
db.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
db_client_table.cc Availability after local scheduler failure (#329) 2017-03-02 19:51:20 -08:00
db_client_table.h Availability after local scheduler failure (#329) 2017-03-02 19:51:20 -08:00
local_scheduler_table.cc Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00
local_scheduler_table.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
object_table.cc Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00
object_table.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
redis.cc Availability after local scheduler failure (#329) 2017-03-02 19:51:20 -08:00
redis.h Availability after local scheduler failure (#329) 2017-03-02 19:51:20 -08:00
table.cc Availability after local scheduler failure (#329) 2017-03-02 19:51:20 -08:00
table.h Change type naming convention. (#315) 2017-02-26 00:32:43 -08:00
task_table.cc Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00
task_table.h Make Ray code C++ compatible (#321) 2017-03-01 01:17:24 -08:00